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

OptionsBand.AllowMove Property

Gets or sets whether end-users can move the band by dragging its header.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if the band can be moved; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowMove
GridBand
.OptionsBand.AllowMove

Remarks

Bands can be moved to a new position within the band panel or to the Customization Form.

To prevent all bands from being moved, use the BandedGridOptionsCustomization.AllowBandMoving property.

See Also