ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / PropertyGroupDescription Class / PropertyGroupDescription Constructor / PropertyGroupDescription Constructor(String,IValueConverter)
The name of the item property to group on.
The converter that applies to the property value and produces a final group name value.

In This Topic
    PropertyGroupDescription Constructor(String,IValueConverter)
    In This Topic
    Creates a new instance of the PropertyGroupDescription class with the specified item property name and converter that produces a final group name value.
    Syntax
    '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.
    See Also