Class SortDirection
Defines the current sort direction of a Data
Inheritance
System.Object
SortDirection
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class SortDirection : Enum
Fields
Ascending
The column is sorted in ascending order.
Declaration
public const SortDirection Ascending
Field Value
Descending
The column is sorted in descending order.
Declaration
public const SortDirection Descending
Field Value
None
value__
Declaration
public int value__
Field Value
System.
|