ComponentOne DataGrid for WPF and Silverlight
Groups Property

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : Groups Property
Gets the top-level groups.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Groups As System.Collections.ObjectModel.ReadOnlyObservableCollection(Of Object)
public virtual System.Collections.ObjectModel.ReadOnlyObservableCollection<object> Groups {get;}

Property Value

A read-only collection of the top-level groups or null if there are no groups.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members