AdvancedCollectionView.CollectionGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the groups in collection
public Windows.Foundation.Collections.IObservableVector<object> CollectionGroups { get; }
member this.CollectionGroups : Windows.Foundation.Collections.IObservableVector<obj>
Public ReadOnly Property CollectionGroups As IObservableVector(Of Object)
Property Value
Windows.Foundation.Collections.IObservableVector<Object>
Implements
Windows.UI.Xaml.Data.ICollectionView.CollectionGroups