ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IC1CollectionView Interface / GroupDescriptions Property

In This Topic
    GroupDescriptions Property (IC1CollectionView)
    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
     
    ReadOnly Property GroupDescriptions As System.Collections.ObjectModel.ObservableCollection(Of GroupDescription)
    System.Collections.ObjectModel.ObservableCollection<GroupDescription> GroupDescriptions {get;}
    See Also