Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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