Back to Devexpress

TableView.AllowChangeBandParent Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-acade8ce.md

latest1.6 KB
Original Source

TableView.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

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace