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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public KaxTreeNode Prev { get; }
Public ReadOnly Property Prev As KaxTreeNode
Get
public:
property KaxTreeNode^ Prev {
KaxTreeNode^ get ();
}
member Prev : KaxTreeNode with 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