Back to Devexpress

TreeListView.AllowChangeBandParent Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-a5894bb9.md

latest1.7 KB
Original Source

TreeListView.AllowChangeBandParent Property

Gets or sets whether users can drag bands between 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 AllowChangeBandParent { get; set; }
vb
Public Property AllowChangeBandParent As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to allow users to drag bands between bands; otherwise, false.

|

Remarks

Users can move bands to another parent band if the view’s AllowChangeBandParent property is set to true.

The AllowChangeBandParent property has no effect if the band’s BaseColumn.AllowMoving property is set to false.

See Also

Bands

AllowMoving

AllowBandMoving

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace