EnumDataGridUserSortMode
Enum
Defines the possible modes of the built-in User (through column header Tap) sort functionality of a RadDataGrid component.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum DataGridUserSortMode
Fields
Auto
Multiple
Multiple sort descriptors are allowed.
None
The user is not allowed to sort by Tapping on a column header.
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.