GroupDescriptions Property (C1CollectionView)
In This Topic
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