BandedGridOptionsCustomization.AllowBandMoving Property
Gets or sets whether bands can be moved to a new position.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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 |
---|---|
BandedGridView |
|
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