ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportSorting Interface / SortAsync Method
The sort descriptions that determine how the data will be sort.

In This Topic
    SortAsync Method (ISupportSorting)
    In This Topic
    Sorts the collection view according to the specified sortDescriptions.
    Syntax
    'Declaration
     
    Function SortAsync( _
       ByVal ParamArray sortDescriptions() As SortDescription _
    ) As System.Threading.Tasks.Task
    System.Threading.Tasks.Task SortAsync( 
       params SortDescription[] sortDescriptions
    )

    Parameters

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