'Declaration
Public Function New( _ ByVal propertyName As String, _ ByVal converter As IValueConverter _ )
public PropertyGroupDescription( string propertyName, IValueConverter converter )
Parameters
- propertyName
- The name of the item property to group on.
- converter
- The converter that applies to the property value and produces a final group name value.