ComponentOne Xamarin Edition
CanSort Method (ISupportSorting)
C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportSorting Interface : CanSort Method
The sort descriptions to be checked whether the collection view can be sorted.
Returns whether the collection view is able to sort the specified sortDescriptions.
Syntax
bool CanSort( 
   params SortDescription[] sortDescriptions
)

Parameters

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

Reference

ISupportSorting Interface
ISupportSorting Members