ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportGrouping Interface / GroupAsync Method
The group descriptions that determine how the data will be grouped.

In This Topic
    GroupAsync Method (ISupportGrouping)
    In This Topic
    Groups the collection view according to the specified group descriptions.
    Syntax
    'Declaration
     
    Function GroupAsync( _
       ByVal ParamArray groupDescriptions() As GroupDescription _
    ) As System.Threading.Tasks.Task
    System.Threading.Tasks.Task GroupAsync( 
       params GroupDescription[] groupDescriptions
    )

    Parameters

    groupDescriptions
    The group descriptions that determine how the data will be grouped.
    See Also