WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid.Automation Namespace / GridPanelPeer Class / GridPanelPeer Constructor
The associated C1.WinUI.Grid.FlexGrid automation peer.
The associated panel.
In This Topic
    GridPanelPeer Constructor
    In This Topic
    Initializes a new instance of GridPanelPeer.
    Syntax
    public GridPanelPeer( 
       FlexGridAutomationPeer gridPeer,
       GridPanel panel
    )

    Parameters

    gridPeer
    The associated C1.WinUI.Grid.FlexGrid automation peer.
    panel
    The associated panel.
    See Also