ComponentOne Basic Library for UWP
GroupDescriptions Property (C1CollectionView)

C1.UWP Assembly > C1.Xaml Namespace > C1CollectionView Class : GroupDescriptions Property
Gets a collection of GroupDescription derived objects that describes how the items in the collection are grouped in the view. Usually objects of the PropertyGroupDescription class are used to specify grouping conditions.
Syntax
'Declaration
 
Public ReadOnly Property GroupDescriptions As System.Collections.ObjectModel.ObservableCollection(Of GroupDescription)
public System.Collections.ObjectModel.ObservableCollection<GroupDescription> GroupDescriptions {get;}
See Also

Reference

C1CollectionView Class
C1CollectionView Members