ComponentOne Xamarin Edition
SortAsync Method (ISupportSorting)
C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportSorting Interface : SortAsync Method
The sort descriptions that determine how the data will be sort.
Sorts the collection view according to the specified sortDescriptions.
Syntax
Task SortAsync( 
   params SortDescription[] sortDescriptions
)

Parameters

sortDescriptions
The sort descriptions that determine how the data will be sort.
See Also

Reference

ISupportSorting Interface
ISupportSorting Members