Class SortOrder
Specifies the sortOrder to sort the data source.
Inheritance
System.Object
SortOrder
Namespace: Syncfusion.EJ2.MultiColumnComboBox
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class SortOrder : Enum
Fields
Ascending
The datasource is sorting with ascending order.
Declaration
public const SortOrder Ascending
Field Value
Type |
---|
SortOrder |
Descending
The data source is sorting with descending order.
Declaration
public const SortOrder Descending
Field Value
Type |
---|
SortOrder |
None
The datasource is not sorting. Default value is None.
Declaration
public const SortOrder None
Field Value
Type |
---|
SortOrder |