Back to Devexpress

GridView.IsMultiSelect Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-5c0c4f3d.md

latest1.7 KB
Original Source

GridView.IsMultiSelect Property

Indicates whether multiple rows are allowed to be selected.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override bool IsMultiSelect { get; }
vb
Public Overrides ReadOnly Property IsMultiSelect As Boolean

Property Value

TypeDescription
Boolean

true if multiple rows are allowed to be selected; otherwise, false.

|

Remarks

Multiple rows are allowed to be selected if the View’s ColumnViewOptionsSelection.MultiSelect property is set to true and the GridOptionsView.AllowCellMerge property is set to false.

See Also

Multiple Row and Cell Selection

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace