Skip to main content

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.v14.2.dll

#Declaration

[XtraSerializableProperty]
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.

#Implements

DevExpress.Xpf.Grid.ITableView.AllowChangeColumnParent
See Also