Class Sorting
Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are,
Ascending - Allows to display the field members in ascending order.
Descending - Allows to display the field members in descending order.
None - It allows to display the field members based on JSON order.
Inheritance
System.Object
Sorting
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class Sorting : Enum
Fields
Ascending
Declaration
public const Sorting Ascending
Field Value
Descending
Declaration
public const Sorting Descending
Field Value
None
Declaration
public const Sorting None
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|