Client-Side API Reference > CollectionView > SortDescription Class |
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.
Describes a sorting criterion.