FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnFilterEditor Class / FindCommonVisualAncestor Method

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

    Parameters

    otherVisual
    See Also