Skip to main content

AdvBandedGridView.OptionsSelection Property

Provides access to the View’s selection options.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public AdvBandedGridOptionsSelection OptionsSelection { get; }

Property Value

Type Description
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