[]
Initializes a new instance of the SortDescriptor class.
public SortDescriptor()
Public Sub New()
Initializes a new instance of the SortDescriptor class.
public SortDescriptor(string propertyPath, ListSortDirection direction)
Public Sub New(propertyPath As String, direction As ListSortDirection)
| Type | Name | Description |
|---|---|---|
| string | propertyPath | The sort property path |
| ListSortDirection | direction | The sort direction |