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

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

    Parameters

    collectionView
    The collection view.

    Type Parameters

    T
    See Also