DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / GroupDescriptions Property

In This Topic
    GroupDescriptions Property (C1CollectionView)
    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 ReadOnly Property GroupDescriptions As ObservableCollection(Of GroupDescription)
    public ObservableCollection<GroupDescription> GroupDescriptions {get;}
    See Also