Skip to main content

IGrid.SelectionMode Property

Specifies selection mode.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(GridSelectionMode.Multiple)]
GridSelectionMode SelectionMode { get; set; }

Property Value

Type Default Description
GridSelectionMode Multiple

A GridSelectionMode enumeration value.

Available values:

Name Description
Multiple

Multiple Grid rows can be selected.

Single

Only a single Grid row can be selected.

Remarks

Refer to the SelectionMode property description for more information and an example.

See Also