Class SortOrder
Specifies a value that indicates whether the items are sorted in the ascending or descending order, or not sorted at all.
Inheritance
System.Object
SortOrder
Namespace: Syncfusion.EJ2.DropDowns
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class SortOrder : Enum
Fields
Ascending
Declaration
public const SortOrder Ascending
Field Value
Type |
---|
SortOrder |
Descending
Declaration
public const SortOrder Descending
Field Value
Type |
---|
SortOrder |
None
Declaration
public const SortOrder None
Field Value
Type |
---|
SortOrder |