Data for Silverlight
Groups Property

C1.Silverlight.Data Namespace > DataView Class : Groups Property
Gets the top-level groups, constructed according to the descriptions specified in the System.Windows.Data.PagedCollectionView.GroupDescriptions property.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Groups As ReadOnlyObservableCollection(Of Object)
public virtual ReadOnlyObservableCollection<object> Groups {get;}
See Also

Reference

DataView Class
DataView Members