ICollectionViewGroup interface
Represents any grouped items within a view.
Syntax
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.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets or sets the grouping context used for grouping the data, which sets the data context for the default HeaderTemplate. | |
| Read-only | Gets 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 |
|
|
Metadata |
|
See also
Build date: 12/4/2012
