Creates a new instance of the
PropertyGroupDescription class with the specified item property name, converter that produces a final group name value and string comparison used to match the property value and a group name.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As Windows.UI.Xaml.Data.IValueConverter, _
ByVal As System.StringComparison _
)
public PropertyGroupDescription(
System.string ,
Windows.UI.Xaml.Data.IValueConverter ,
System.StringComparison
)
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.
- stringComparison
- StringComparison used to match the property value and a group name.
See Also