WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1HierarchicalPresenter Class / IsAncestorOf Method
The descendant C1HierarchicalPresenter.
In This Topic
    IsAncestorOf Method (C1HierarchicalPresenter)
    In This Topic
    Determines whether the C1HierarchicalPresenter is an ancestor of the descendant element.
    Syntax
    public bool IsAncestorOf( 
       C1HierarchicalPresenter descendant
    )

    Parameters

    descendant
    The descendant C1HierarchicalPresenter.
    See Also