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

BandedGridOptionsCustomization.AllowBandMoving Property

Gets or sets whether bands can be moved to a new position.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual 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:

Object Type Path to AllowBandMoving
AdvBandedGridView
.OptionsCustomization.AllowBandMoving
BandedGridView
.OptionsCustomization.AllowBandMoving

Remarks

If this option is set to false, the layout of bands cannot be changed. To prevent a specific band from being moved to a new position, use the band’s OptionsBand.AllowMove property.

See Also