ICollectionView.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.
Returns any collection groups that are associated with the view.
public:
property IObservableVector<Platform::Object ^> ^ CollectionGroups { IObservableVector<Platform::Object ^> ^ get(); };
IObservableVector<IInspectable> CollectionGroups();
public IObservableVector<object> CollectionGroups { get; }
var iObservableVector = iCollectionView.collectionGroups;
Public ReadOnly Property CollectionGroups As IObservableVector(Of Object)
Property Value
A vector collection of possible views.
Remarks
The CollectionGroups property is of type IObservableVector, but these objects should implement ICollectionViewGroup.