Describes a sorting criterion.
constructor(property: string, ascending: boolean): SortDescription
Initializes a new instance of the SortDescription class.
Name of the property to sort on.
Whether to sort in ascending order.
Gets a value that determines whether to sort the values in ascending order.
Gets the name of the property used to sort.