FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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
    'Declaration
     
    Public Function New( _
       ByVal panelPeer As GridPanelPeer, _
       ByVal row As GridRow _
    )
    public GridRowAutomationPeer( 
       GridPanelPeer panelPeer,
       GridRow row
    )

    Parameters

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