'Declaration
<C1DescriptionAttribute("C1TreeNode.Level", "Gets the zero-based depth of the tree node in the C1TreeView control.")> <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public ReadOnly Property Level As Integer
[C1Description("C1TreeNode.Level", "Gets the zero-based depth of the tree node in the C1TreeView control.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public int Level {get;}