ComponentOne Xamarin.iOS
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
'Declaration
 
Function CanSort( _
   ByVal ParamArray sortDescriptions() As SortDescription _
) As Boolean
'Usage
 
Dim instance As ISupportSorting
Dim sortDescriptions() As SortDescription
Dim value As Boolean
 
value = instance.CanSort(sortDescriptions)
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