Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / GroupDescriptions Property

In This Topic
    GroupDescriptions Property (C1CollectionView)
    In This Topic
    Gets a collection of GroupDescription derived objects that describes how the items in the collection are grouped in the view. Usually objects of the PropertyGroupDescription class are used to specify grouping conditions.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GroupDescriptions As ObservableCollection(Of GroupDescription)
    public ObservableCollection<GroupDescription> GroupDescriptions {get;}
    See Also