ComponentOne FlexGrid for UWP
PropertyGroupDescription Constructor(String,IValueConverter,StringComparison)

C1.UWP Assembly > C1.Xaml Namespace > PropertyGroupDescription Class > PropertyGroupDescription Constructor : PropertyGroupDescription Constructor(String,IValueConverter,StringComparison)
The name of the item property to group on.
The converter that applies to the property value and produces a final group name value.
StringComparison used to match the property value and a group name.
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 propertyName As System.String, _
   ByVal converter As Windows.UI.Xaml.Data.IValueConverter, _
   ByVal stringComparison As System.StringComparison _
)
public PropertyGroupDescription( 
   System.string propertyName,
   Windows.UI.Xaml.Data.IValueConverter converter,
   System.StringComparison 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

Reference

PropertyGroupDescription Class
PropertyGroupDescription Members
Overload List