Back to Devexpress

TreeListView.AllowBandMoving Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-8052e582.md

latest1.6 KB
Original Source

TreeListView.AllowBandMoving Property

Gets or sets whether users can rearrange bands. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AllowBandMoving { get; set; }
vb
Public Property AllowBandMoving As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to allow users to rearrange bands; otherwise, false.

|

Remarks

Use the DataViewBase.AllowColumnMoving property to allow users to move columns.

Individual bands include the BaseColumn.AllowMoving property that has a higher priority than the TreeListView.AllowBandMoving property.

See Also

Bands

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace