Specifies sorting direction
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public enum SortDirection |
| Visual Basic |
|---|
Public Enumeration SortDirection |
| Visual C++ |
|---|
public enum class SortDirection |
| F# |
|---|
type SortDirection |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | 0 | Direction is not specified | |
| Ascending | 1 | Ascending sort | |
| Descending | 2 | Descending sort |