FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid.Automation Namespace / GridPanelPeer Class / GridPanelPeer Constructor
The associated C1.WPF.Grid.FlexGrid automation peer.
The associated panel.

In This Topic
    GridPanelPeer Constructor
    In This Topic
    Initializes a new instance of GridPanelPeer.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal gridPeer As FlexGridAutomationPeer, _
       ByVal panel As GridPanel _
    )
    public GridPanelPeer( 
       FlexGridAutomationPeer gridPeer,
       GridPanel panel
    )

    Parameters

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