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