'DeclarationPublic Function New( _ ByVal propertyName As String _ )
'UsageDim 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.