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

TreeListOptionsCustomization.AllowBandMoving Property

Specifies whether bands can be moved by dragging their headers.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if bands can be moved to a new position; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowBandMoving
WinForms Controls GanttControl
.OptionsCustomization.AllowBandMoving
ResourcesTree
.OptionsCustomization.AllowBandMoving
TreeList
.OptionsCustomization.AllowBandMoving
Reporting XRDesignFieldList
.OptionsCustomization.AllowBandMoving
XRDesignReportExplorer
.OptionsCustomization.AllowBandMoving

Remarks

The AllowBandMoving property is not in effect when you customize bands using the Tree List Designer.

To prevent a specific band from being moved, use the band’s TreeListOptionsBand.AllowMove property.

By default, bands can only be moved within their parent bands. To remove this constraint, enable the TreeListOptionsCustomization.AllowChangeBandParent option.

See Also