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