New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines the available selection modes within a RadDataGrid component.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum DataGridSelectionMode

Fields

Multiple units may be selected. The selection unit is described by the SelectionUnit property.

C#
Multiple = 2

No selection is allowed.

C#
None = 0

Single unit only may be selected. The selection unit is described by the SelectionUnit property.

C#
Single = 1
In this article
DefinitionFieldsMultipleNoneSingle
Not finding the help you need?
Contact Support