ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionViewEx Class / GetGroupDescriptions<T> Method
The collection view.

In This Topic
    GetGroupDescriptions<T> Method
    In This Topic
    Returns a list of the current group descriptions.
    Syntax
    'Declaration
     
    Public Shared Function GetGroupDescriptions(Of T As Class)( _
       ByVal collectionView As ICollectionView(Of T) _
    ) As System.Collections.Generic.IReadOnlyList(Of GroupDescription)
    public static System.Collections.Generic.IReadOnlyList<GroupDescription> GetGroupDescriptions<T>( 
       ICollectionView<T> collectionView
    )
    where T: class

    Parameters

    collectionView
    The collection view.

    Type Parameters

    T
    See Also