Back to Devexpress

OptionsBand.AllowPress Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-optionsband-34744637.md

latest2.1 KB
Original Source

OptionsBand.AllowPress Property

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

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool AllowPress { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property AllowPress As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

OptionsBand Class

OptionsBand Members

DevExpress.XtraGrid.Views.BandedGrid Namespace