OptionsBand.AllowMove Property
In This Article
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
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#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 Allow |
---|---|
Grid |
|
#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