FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlPanel Class / GridControlPanel Constructor
The grid.

In This Topic
    GridControlPanel Constructor
    In This Topic
    Initializes a new instance of the GridControlPanel class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal grid As C1GridControl _
    )
    public GridControlPanel( 
       C1GridControl grid
    )

    Parameters

    grid
    The grid.
    See Also