Determines whether the C1HierarchicalPresenter is an ancestor of the descendant element.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool IsAncestorOf(
	C1HierarchicalPresenter descendant
)
Visual Basic
Public Function IsAncestorOf ( _
	descendant As C1HierarchicalPresenter _
) As Boolean

Parameters

descendant
Type: C1.WPF..::..C1HierarchicalPresenter
The descendant C1HierarchicalPresenter.

Return Value

See Also