Skip to main content

TreeListOptionsBand.AllowMove Property

Specifies whether the band can be moved by dragging its header.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool AllowMove { get; set; }

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
.OptionsBand .AllowMove

Remarks

You can prevent all bands from being moved in a centralized way by using the TreeListOptionsCustomization.AllowBandMoving property.

See Also