[]
Represents a sorted view.
public class OrderedView<T> : View<T>, IList, ICollection, IDisposable, INotifyPropertyChanged, IListSource, ITypedList, IItemProperties, ICollectionView, INotifyCollectionChanged, IEditableCollectionView, IList<T>, ICollection<T>, IObservableSource<T>, IIndexedSource<T>, IEnumerable<T>, IEnumerable
| Name | Description |
|---|---|
| T | The type of the elements in the view. |
| Name | Description |
|---|---|
| ThenByDescending<TKey>(Expression<Func<T, TKey>>) | Performs a subsequent ordering of view elements in descending order according to a key. |
| ThenBy<TKey>(Expression<Func<T, TKey>>) | Performs a subsequent ordering of view elements in ascending order according to a key. |