Click or drag to resize
KaxTreeNodeIsAncestorOf Method
Checks if the current node is ancestor of another node.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool IsAncestorOf(
	KaxTreeNode node
)

Parameters

node
Type: Kettic.AspNet.ControlsKaxTreeNode
The node to check for.

Return Value

Type: Boolean
True if the current node is ancestor of the other node; otherwise false.
See Also