ComponentOne Xamarin.iOS
SortDescriptions Property (ISupportSorting)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportSorting Interface : SortDescriptions Property
Gets the sort descriptions applied to the data.
Syntax
'Declaration
 
ReadOnly Property SortDescriptions As IReadOnlyList(Of SortDescription)
'Usage
 
Dim instance As ISupportSorting
Dim value As IReadOnlyList(Of SortDescription)
 
value = instance.SortDescriptions
IReadOnlyList<SortDescription> SortDescriptions {get;}
See Also

Reference

ISupportSorting Interface
ISupportSorting Members