CollectionViewGroup Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The CollectionViewGroup type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsBottomLevel | Gets a value that indicates whether this group has any subgroups. |
|
ItemCount | Gets the number of data items in the subtree under this group. |
|
Items | Gets the items that are immediate children of the group. |
|
Name | Gets the name of this group. |
|
ProtectedItemCount | Gets or sets the number of data items in the subtree under this group. |
|
ProtectedItems | Gets the immediate items that are contained in this group. |
Show: