This topic has not yet been rated - Rate this topic

ICollectionViewGroup interface

Represents any grouped items within a view.

Syntax


public interface class ICollectionViewGroup

Attributes

GuidAttribute("7e01b9d8-d7b5-48b6-b31c-5bb5bdf5f09b")
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The ICollectionViewGroup interface has these types of members:

Properties

The ICollectionViewGroup interface has these properties.

PropertyAccess typeDescription

Group

Read-onlyGets or sets the grouping context used for grouping the data, which sets the data context for the default HeaderTemplate.

GroupItems

Read-onlyGets the collection of grouped items that this ICollectionViewGroup implementation represents.

 

Remarks

ICollectionViewGroup is used like a view model to represent a group within a collection. When implementing a custom grouped data source, your data source should implement ICollectionViewFactory. For more info, see ICollectionViewFactory and ICollectionView.

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

CollectionViewSource
Binding
XAML data binding sample
Data binding overview

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.