Click or drag to resize
KaxTreeNodeClone Method
Creates a copy of the current KaxTreeNode object.

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

Return Value

Type: KaxTreeNode
A KaxTreeNode which is a copy of the current one.
Remarks
Use the Clone method to create a copy of the current node. All properties of the clone are set to the same values as the current ones. Child nodes are copied as well.
See Also