| C1.Win.TreeView Namespace > C1TreeView Class : Nodes Property |
'Declaration<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.TreeView.Design.TreeNodesCollectionEditor, C1.Win.TreeView.4.Design")> <C1CategoryAttribute("Behavior")> <C1DescriptionAttribute("The root nodes in the tree view control.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public ReadOnly Property Nodes As C1TreeNodeCollection
'UsageDim instance As C1TreeView Dim value As C1TreeNodeCollection value = instance.Nodes
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.TreeView.Design.TreeNodesCollectionEditor, C1.Win.TreeView.4.Design")] [C1Category("Behavior")] [C1Description("The root nodes in the tree view control.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public C1TreeNodeCollection Nodes {get;}
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.TreeView.Design.TreeNodesCollectionEditor, C1.Win.TreeView.4.Design")] [C1Category("Behavior")] [C1Description("The root nodes in the tree view control.")] [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