KaxTreeNodeIsAncestorOf Method |
Checks if the current node is ancestor of another node.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool IsAncestorOf(
KaxTreeNode node
)
Public Function IsAncestorOf (
node As KaxTreeNode
) As Boolean
public:
bool IsAncestorOf(
KaxTreeNode^ node
)
member IsAncestorOf :
node : KaxTreeNode -> bool
Parameters
- node
- Type: Kettic.AspNet.ControlsKaxTreeNode
The node to check for.
Return Value
Type:
BooleanTrue if the current node is ancestor of the other node; otherwise
false.
See Also