ComponentOne DataGrid for WPF and Silverlight
GroupDescriptions Property

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : GroupDescriptions Property
Gets a collection of System.ComponentModel.GroupDescription objects that describe how the items in the collection are grouped in the view.
Syntax
'Declaration
 
Public Overridable ReadOnly Property GroupDescriptions As System.Collections.ObjectModel.ObservableCollection(Of GroupDescription)
public virtual System.Collections.ObjectModel.ObservableCollection<GroupDescription> GroupDescriptions {get;}

Property Value

A collection of objects that describe how the items in the collection are grouped in the view.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members