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.v24.2.dll
Declaration
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 |
|
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