'Declaration Public Function New( _ ByVal propertyName As String _ )
'Usage Dim propertyName As String Dim instance As New DataGridGroupDescription(propertyName)
public DataGridGroupDescription( string propertyName )
Parameters
- propertyName
- The name of the property that is used to group that items.