ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportSorting Interface / CanSort Method
The sort descriptions to be checked whether the collection view can be sorted.

In This Topic
    CanSort Method (ISupportSorting)
    In This Topic
    Returns whether the collection view is able to sort the specified sortDescriptions.
    Syntax
    'Declaration
     
    Function CanSort( _
       ByVal ParamArray sortDescriptions() As SortDescription _
    ) As System.Boolean
    System.bool CanSort( 
       params SortDescription[] sortDescriptions
    )

    Parameters

    sortDescriptions
    The sort descriptions to be checked whether the collection view can be sorted.
    See Also