Click or drag to resize
KaxTreeNodePrev Property
Gets the previous sibling of the node. Gets the previous node sibling in the tree structure or returns null if this is the first node in the respective node group.

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 Prev { get; }

Property Value

Type: KaxTreeNode
The previous sibling of the node or null (Nothing) if the node is first in its parent KaxTreeNodeCollection.
See Also