FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid.Automation Namespace / FlexGridAutomationPeer Class / FlexGridAutomationPeer Constructor
The FrameworkElement associated with this FlexGridAutomationPeer.

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

    Parameters

    owner
    The FrameworkElement associated with this FlexGridAutomationPeer.
    See Also