FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GroupDescription Class / GroupDescription Constructor / GroupDescription Constructor(String)
Name of the property to group on.

In This Topic
    GroupDescription Constructor(String)
    In This Topic
    Initializes a new instance of a GroupDescription.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal propertyName As String _
    )
    public GroupDescription( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property to group on.
    See Also