ComponentOne Basic Library for UWP
CollectionGroups Property (C1CollectionView)

C1.UWP Assembly > C1.Xaml Namespace > C1CollectionView Class : CollectionGroups Property
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 Windows.Foundation.Collections.IObservableVector(Of Object)
public Windows.Foundation.Collections.IObservableVector<object> CollectionGroups {get;}
See Also

Reference

C1CollectionView Class
C1CollectionView Members