FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / DetailProviderRowHeaderCell Class / FindCommonVisualAncestor Method

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

    Parameters

    otherVisual
    See Also