FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid.Automation Namespace / GridCellViewAutomationPeer Class / GridCellViewAutomationPeer Constructor

In This Topic
    GridCellViewAutomationPeer Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As FrameworkElement _
    )
    public GridCellViewAutomationPeer( 
       FrameworkElement owner
    )

    Parameters

    owner
    See Also