ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / Groups Property

In This Topic
    Groups Property (BaseCollectionView)
    In This Topic
    Gets the top-level groups.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Groups As ReadOnlyObservableCollection(Of Object)
    public virtual ReadOnlyObservableCollection<object> Groups {get;}

    Property Value

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