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

In This Topic
    CollectionGroups Property
    In This Topic
    Gets a collection of the top-level groups that is constructed based in the GroupDescriptions property. The objects in the collection are instances of the CollectionViewGroup class that implements the Windows.UI.Xaml.Data.ICollectionViewGroup interface.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CollectionGroups As IObservableVector(Of Object)
    public IObservableVector<object> CollectionGroups {get;}
    See Also