ComponentOne Xamarin.iOS
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
'Declaration
 
Function SortAsync( _
   ByVal ParamArray sortDescriptions() As SortDescription _
) As Task
'Usage
 
Dim instance As ISupportSorting
Dim sortDescriptions() As SortDescription
Dim value As Task
 
value = instance.SortAsync(sortDescriptions)
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