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

In This Topic
    IsDescendantOf Method (PivotFilterEditor)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IsDescendantOf( _
       ByVal ancestor As DependencyObject _
    ) As Boolean
    public bool IsDescendantOf( 
       DependencyObject ancestor
    )

    Parameters

    ancestor
    See Also