Enum ListSortDirection
Defines the sort directions for SortDescriptor.
Namespace: Syncfusion.DataSource
Assembly: Syncfusion.DataSource.WinForms.dll
Syntax
public enum ListSortDirection
Fields
Name | Description |
---|---|
Ascending | Sorts the list items in ascending order. |
Descending | Sorts the list items in descending order. |