| C1.Win.TreeView Namespace > C1TreeNode Class : Nodes Property |
'Declaration<BrowsableAttribute(False)> <C1DescriptionAttribute("Gets the collection of nodes of tree.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public ReadOnly Property Nodes As C1TreeNodeCollection
'UsageDim instance As C1TreeNode Dim value As C1TreeNodeCollection value = instance.Nodes
[Browsable(false)] [C1Description("Gets the collection of nodes of tree.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public C1TreeNodeCollection Nodes {get;}
[Browsable(false)] [C1Description("Gets the collection of nodes of tree.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public: property C1TreeNodeCollection^ Nodes { C1TreeNodeCollection^ 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