GroupDescription Class
Provides an abstract base class for types that describe how to divide the items in a collection into groups.
Assembly: WindowsBase (in WindowsBase.dll)
System.ComponentModel::GroupDescription
System.Windows.Data::PropertyGroupDescription
| Name | Description | |
|---|---|---|
![]() | GroupDescription() | Initializes a new instance of the GroupDescription class. |
| Name | Description | |
|---|---|---|
![]() | CustomSort | Gets or sets a custom comparer that sorts groups using an object that implements IComparer. |
![]() | GroupNames | Gets the collection of names that are used to initialize a group with a set of subgroups with the given names. |
![]() | SortDescriptions | Gets the collection of sort criteria in which to sort the groups. |
| 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() | |
![]() | GroupNameFromItem(Object^, Int32, CultureInfo^) | Returns the group name(s) for the given item. |
![]() | MemberwiseClone() | |
![]() | NamesMatch(Object^, Object^) | Returns a value that indicates whether the group name and the item name match such that the item belongs to the group. |
![]() | OnPropertyChanged(PropertyChangedEventArgs^) | Raises the PropertyChanged event. |
![]() | ShouldSerializeGroupNames() | Returns whether serialization processes should serialize the effective value of the GroupNames property on instances of this class. |
![]() | ShouldSerializeSortDescriptions() | Returns whether serialization processes should serialize the effective value of the SortDescriptions property on instances of this class. |
![]() | 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. |
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





