0 out of 2 rated this helpful - Rate this topic

ICollectionView.CollectionGroups property

Returns any collection groups that are associated with the view.

Syntax


IObservableVector<object> CollectionGroups { get; }

Property value

Type: IObservableVector<Object>

A vector collection of possible views.

Remarks

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Data
Windows::UI::Xaml::Data [C++]

Metadata

Windows.winmd

See also

ICollectionView

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.