Enum SortDirection
Specifies the direction in which to sort a list of items.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public enum SortDirection
Fields
Name | Description |
---|---|
Ascending | Sort from smallest to largest. For example, from A to Z. |
Descending | Sort from largest to smallest. For example, from Z to A. |
None | No sort |