Skip to main content

OptionsBand.AllowPress Property

Gets or sets whether the band’s header can be pressed.

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 AllowPress { get; set; }

Property Value

Type Default Description
Boolean true

true if the band’s header can be pressed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowPress
GridBand
.OptionsBand .AllowPress

Remarks

Note that this option affects two functionality aspects of the band. First, it controls whether the band’s header is painted as pressed when an end-users click it. It also affects the ability to reorder the band. If disabled, end-users cannot drag the band’s header to move the band even when the OptionsBand.AllowMove option is enabled.

See Also