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

In This Topic
    GroupDescriptions Property (BaseCollectionView)
    In This Topic
    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;}

    Property Value

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