FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / PivotFilterEditor Class / FindCommonVisualAncestor Method

In This Topic
    FindCommonVisualAncestor Method (PivotFilterEditor)
    In This Topic
    Syntax
    'Declaration
     
    Public Function FindCommonVisualAncestor( _
       ByVal otherVisual As DependencyObject _
    ) As DependencyObject
    public DependencyObject FindCommonVisualAncestor( 
       DependencyObject otherVisual
    )

    Parameters

    otherVisual
    See Also