[]
Initializes a new instance of the SortDescription class.
public SortDescription(string sortPath)
Type | Name | Description |
---|---|---|
string | sortPath | The path of the data item to which the sort operation will be applied. |
Initializes a new instance of the SortDescription class.
public SortDescription(string sortPath, SortDirection direction)
Type | Name | Description |
---|---|---|
string | sortPath | The path of the data item to which the sort operation will be applied. |
SortDirection | direction | The direction of the sort operation. |