Class DataGridUserSortMode
Defines the possible modes of the built-in User (through column header Tap) sort functionality of a Rad
Inheritance
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class DataGridUserSortMode : Enum
Fields
Auto
The mode is automatically determines based on the input Device. If the input is through Touch then the Multiple mode is used. If the input is a Mouse, then Single or Multiple is determined based on the CTRL Modifier Key.
Declaration
public const DataGridUserSortMode Auto
Field Value
Multiple
Multiple sort descriptors are allowed.
Declaration
public const DataGridUserSortMode Multiple
Field Value
None
The user is not allowed to sort by Tapping on a column header.
Declaration
public const DataGridUserSortMode None
Field Value
Single
Singe sort descriptor is allowed. When the user Taps a column header, the SortDescriptor collection will cleared and a new descriptor will be added.
Declaration
public const DataGridUserSortMode Single
Field Value
value__
Declaration
public int value__
Field Value
System.
|