True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / GroupInfo Class / GroupInfo Constructor
The column this object is associated with.

In This Topic
    GroupInfo Constructor
    In This Topic
    Creates a new instance of the object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As C1DataColumn _
    )
    public GroupInfo( 
       C1DataColumn owner
    )

    Parameters

    owner
    The column this object is associated with.
    See Also