| C1.Win.TreeView Namespace > C1TreeNode Class : Level Property |
'Declaration<C1DescriptionAttribute("Gets the zero-based depth of the tree node in the C1TreeView control.")> <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public ReadOnly Property Level As Integer
'UsageDim instance As C1TreeNode Dim value As Integer value = instance.Level
[C1Description("Gets the zero-based depth of the tree node in the C1TreeView control.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public int Level {get;}
[C1Description("Gets the zero-based depth of the tree node in the C1TreeView control.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property int Level { int get(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2