KaxTreeNodeLevel Property |
Gets the level of the node.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public int Level { get; }
Public ReadOnly Property Level As Integer
Get
public:
property int Level {
int get ();
}
member Level : int with get
Property Value
Type:
Int32
An integer representing the level of the node. Root nodes are level 0 (zero).
See Also