ComponentOne Xamarin.Android
GroupDescriptions Property (ISupportGrouping)


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

Reference

ISupportGrouping Interface
ISupportGrouping Members