Back to Devexpress

IGrid.SelectionMode Property

blazor-devexpress-dot-blazor-dot-igrid-da6d329a.md

latest1.1 KB
Original Source

IGrid.SelectionMode Property

Specifies selection mode.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
GridSelectionModeMultiple

A GridSelectionMode enumeration value.

|

Available values:

NameDescription
Multiple

Multiple Grid rows can be selected.

| | Single |

Only a single Grid row can be selected.

|

Remarks

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

See Also

IGrid Interface

IGrid Members

DevExpress.Blazor Namespace