Defines the types of sorting.
Namespace:
C1.C1Preview.DataBindingAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum SortDirectionEnum |
| Visual Basic |
|---|
Public Enumeration SortDirectionEnum |
Members
| Member name | Description | |
|---|---|---|
| Ascending | Sorts in ascending order. | |
| Descending | Sorts in descending order. |