Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 670 Bytes

icollectionview_collectiongroups.md

File metadata and controls

27 lines (16 loc) · 670 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Data.ICollectionView.CollectionGroups
winrt property

Windows.UI.Xaml.Data.ICollectionView.CollectionGroups

-description

Returns any collection groups that are associated with the view.

-property-value

A vector collection of possible views.

-remarks

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

-examples

-see-also