LEVEL Attribute | Level Property
Retrieves an int that indicates the level in the tree.
Syntax
Visual Basic Protected ReadOnly Property Level As int C# protected int Level { get; } Managed C++ protected: __property int get_Level(); JScript protected function get Level() : int;
Possible Values
bLevel int that indicates the level in the tree. The property is read-only. The property has no default value.
Applies To
TREENODE
See Also
Internet Explorer WebControls, About the TreeView WebControl