Data for Silverlight
GroupDescriptions Property

C1.Silverlight.Data Namespace > DataView 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 ObservableCollection(Of GroupDescription)
public virtual ObservableCollection<GroupDescription> GroupDescriptions {get;}
See Also

Reference

DataView Class
DataView Members