CollectionViewGroup Class
Represents a group created by a CollectionView object based on the GroupDescriptions.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | CollectionViewGroup(Object^) | Initializes a new instance of the CollectionViewGroup class with the name of the group. |
| Name | Description | |
|---|---|---|
![]() | IsBottomLevel | Gets a value that indicates whether this group has any subgroups. |
![]() | ItemCount | Gets the number of items in the subtree under this group. |
![]() | Items | Gets the immediate items contained in this group. |
![]() | Name | Gets the name of this group. |
![]() | ProtectedItemCount | Gets and sets the number of items in the subtree under this group. |
![]() | ProtectedItems | Gets the immediate items contained in this group. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnPropertyChanged(PropertyChangedEventArgs^) | Raises the PropertyChanged event using the provided arguments. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. |
| Name | Description | |
|---|---|---|
![]() ![]() | INotifyPropertyChanged::PropertyChanged | Occurs when a property value changes. |
When you define groups using the GroupDescriptions, your view object (a CollectionViewSource object or an object that derives from CollectionView) wraps each group in a CollectionViewGroup object.
You cannot use this class in XAML.
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






