FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / PivotFieldEditor Class / IsAncestorOf Method

In This Topic
    IsAncestorOf Method (PivotFieldEditor)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IsAncestorOf( _
       ByVal descendant As DependencyObject _
    ) As Boolean
    public bool IsAncestorOf( 
       DependencyObject descendant
    )

    Parameters

    descendant
    See Also