DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionViewDataCollection Class / CanSort Method
The sort descriptions to be checked whether the collection can be sorted.

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

    Parameters

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