Back to Devexpress

ColumnView.IsMultiSelect Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-3d0f668e.md

latest1.7 KB
Original Source

ColumnView.IsMultiSelect Property

Indicates whether multiple rows (cards) can be selected.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual bool IsMultiSelect { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsMultiSelect As Boolean

Property Value

TypeDescription
Boolean

true if multiple rows (cards) can be selected; otherwise, false.

|

Remarks

To allow multiple row (card) selections, set the ColumnViewOptionsSelection.MultiSelect property to true.

See Also

MultiSelect

Multiple Row and Cell Selection

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace