ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewEx Class / GroupAsync<T> Method
The collection view.
The group path.

In This Topic
    GroupAsync<T> Method (C1CollectionViewEx)
    In This Topic
    Groups the collection view according to the specified group path.
    Syntax
    'Declaration
     
    Public Shared Function GroupAsync(Of T As Class)( _
       ByVal collectionView As C1CollectionView(Of T), _
       ByVal groupPath As System.Linq.Expressions.Expression(Of Func(Of T,Object)) _
    ) As System.Threading.Tasks.Task
    public static System.Threading.Tasks.Task GroupAsync<T>( 
       C1CollectionView<T> collectionView,
       System.Linq.Expressions.Expression<Func<T,object>> groupPath
    )
    where T: class

    Parameters

    collectionView
    The collection view.
    groupPath
    The group path.

    Type Parameters

    T
    See Also