TreeListOptionsBand.AllowMove Property
Specifies whether the band can be moved by dragging its header.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the band can be moved to a new position; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowMove |
---|---|
TreeListBand |
|
Remarks
You can prevent all bands from being moved in a centralized way by using the TreeListOptionsCustomization.AllowBandMoving property.
See Also