[]
Descriptor used by the ClientViewSource to sort data returned from queries.
public class SortDescriptor : DependencyObject
| Name | Description |
|---|---|
| SortDescriptor() | Initializes a new instance of the SortDescriptor class. |
| SortDescriptor(string, ListSortDirection) | Initializes a new instance of the SortDescriptor class. |
| Name | Description |
|---|---|
| DirectionProperty | The DependencyProperty for the Direction property. |
| PropertyPathProperty | The DependencyProperty for the PropertyPath property. |
| Name | Description |
|---|---|
| Direction | Gets or sets the sort direction: Ascending or Descending. |
| PropertyPath | Gets or sets the name of the property path used to sort data. |