Back to Devexpress

AdvBandedGridView.OptionsSelection Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-advbandedgridview-08314c7c.md

latest2.4 KB
Original Source

AdvBandedGridView.OptionsSelection Property

Provides access to the View’s selection options.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public AdvBandedGridOptionsSelection OptionsSelection { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsSelection As AdvBandedGridOptionsSelection

Property Value

TypeDescription
AdvBandedGridOptionsSelection

An AdvBandedGridOptionsSelection object which contains the View’s selection properties.

|

Remarks

The object returned provides a set of Boolean properties that specify the View’s row selection functionality. Please refer to the AdvBandedGridOptionsSelection class description for a list of the available options and their descriptions.

See Also

OptionsNavigation

OptionsView

Multiple Row and Cell Selection

AdvBandedGridView Class

AdvBandedGridView Members

DevExpress.XtraGrid.Views.BandedGrid Namespace