DataCollection | ComponentOne
C1.UWP.DataCollection Assembly / C1.UWP.DataCollection Namespace / C1CollectionView Class / CollectionGroups Property

In This Topic
    CollectionGroups Property
    In This Topic
    Returns any collection groups that are associated with the view.
    Syntax
    'Declaration
     
    Public ReadOnly Property CollectionGroups As IObservableVector(Of Object)
    public IObservableVector<object> CollectionGroups {get;}
    See Also