Class Sort
Sort order.
Inheritance
System.Object
Sort
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class Sort : Enum
Fields
Ascending
Ascending (increasing, from small to large) order according to the rules for the current field type.
Declaration
public const Sort Ascending
Field Value
Sort
|
Descending
Descending (decreasing, from large to small) order according to the rules for the current field type.
Declaration
public const Sort Descending
Field Value
Sort
|
None
Natural sorting - as the items occur in the data source.
Declaration
public const Sort None
Field Value
Sort
|
value__
Declaration
public int value__
Field Value
System.Int32
|