ComponentOne TreeView for WinForms
Level Property

C1.Win.TreeView Namespace > C1TreeNode Class : Level Property
Gets the zero-based depth of the tree node in the C1TreeView control.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<C1DescriptionAttribute("C1TreeView コントロール内のツリーノードの 0 から始まる深さを取得します。")>
Public ReadOnly Property Level As Integer
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[C1Description("C1TreeView コントロール内のツリーノードの 0 から始まる深さを取得します。")]
public int Level {get;}
See Also

Reference

C1TreeNode Class
C1TreeNode Members