Share via


ICollectionView.CollectionGroups Property

Definition

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

IObservableVector<Object>

IObservableVector<Platform::Object>

IObservableVector<IInspectable>

A vector collection of possible views.

Remarks

The CollectionGroups property is of type IObservableVector<object>, but these objects should implement ICollectionViewGroup.

Applies to