PropertyGroupDescription.PropertyName Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the name of the property that is used to determine which group(s) an item belongs to.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.StringThe name of the property that is used to determine which group(s) an item belongs to. The default is Nothing.
To automatically generate groups based on a property value, set the PropertyName property. To change the property value before groups are generated, use the Converter property to supply a value converter. If PropertyName is Nothing, the item itself is passed to the value converter.