WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid.Automation Namespace / GridRowAutomationPeer Class / GridRowAutomationPeer Constructor
The associated panel automation peer.
The row.
In This Topic
    GridRowAutomationPeer Constructor
    In This Topic
    Initializes a new instance of GridRowAutomationPeer.
    Syntax
    public GridRowAutomationPeer( 
       GridPanelPeer panelPeer,
       GridRow row
    )

    Parameters

    panelPeer
    The associated panel automation peer.
    row
    The row.
    See Also