PropertyGroupDescription Properties
.NET Framework 4
The PropertyGroupDescription type exposes the following members.
| Name | Description | |
|---|---|---|
|
Converter | Gets or sets a converter to apply to the property value or the item to produce the final value that is used to determine which group(s) an item belongs to. |
|
GroupNames | Gets the collection of names that are used to initialize a group with a set of subgroups with the given names. (Inherited from GroupDescription.) |
|
PropertyName | Gets or sets the name of the property that is used to determine which group(s) an item belongs to. |
|
StringComparison | Gets or sets a StringComparison value that specifies the comparison between the value of an item (as determined by PropertyName and Converter) and the name of a group. |