ComponentOne Xamarin Edition
GetSortDescriptions<T> Method
C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class : GetSortDescriptions<T> Method
The collection view.
Returns a list of the current sort descriptions.
Syntax
[Extension()]
public static IReadOnlyList<SortDescription> GetSortDescriptions<T>( 
   ICollectionView<T> collectionView
)
where T: class

Parameters

collectionView
The collection view.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members