ComponentOne FlexGrid for UWP
PropertyGroupDescription Constructor(String)

C1.UWP Assembly > C1.Xaml Namespace > PropertyGroupDescription Class > PropertyGroupDescription Constructor : PropertyGroupDescription Constructor(String)
The name of the item property to group on.
Creates a new instance of the PropertyGroupDescription class with the specified item property name.
Syntax
'Declaration
 
Public Function New( _
   ByVal propertyName As System.String _
)
public PropertyGroupDescription( 
   System.string propertyName
)

Parameters

propertyName
The name of the item property to group on.
See Also

Reference

PropertyGroupDescription Class
PropertyGroupDescription Members
Overload List