PropertyGroupDescription Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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 group 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. |
Show: