Click or drag to resize
KaxSiteMapNodeRemove Method
Removes the node from the Nodes collection of its parent

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void Remove()
Examples
The following example demonstrates how to remove a node.
KaxSiteMapNode node = KaxSiteMap1.Nodes[0];
node.Remove();
See Also