Skip to main content
A newer version of this page is available. .

TreeListView.AllowChangeColumnParent Property

Gets or sets whether an end-user is allowed to change a column’s parent band. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool AllowChangeColumnParent { get; set; }

Property Value

Type Description
Boolean

true, to allow changing a column’s parent band; otherwise, false.

Remarks

End-users are allowed to change a column’s parent band if the view’s AllowChangeColumnParent property is set to true.

See Also