Back to Devexpress

ColumnView.OptionsSelection Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-519a7c33.md

latest2.0 KB
Original Source

ColumnView.OptionsSelection Property

Provides access to the View’s selection options.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
ColumnViewOptionsSelection

A ColumnViewOptionsSelection object containing the View’s selection options.

|

Remarks

The returned object provides the ColumnViewOptionsSelection.MultiSelect property which specifies the View’s selection functionality.

See Also

MultiSelect

Multiple Row and Cell Selection

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace