Nodes Property (C1TreeView)
In This Topic
The root nodes in the tree view control.
Syntax
'Declaration
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<EditorAttribute(C1.Win.TreeView.Design.TreeNodesCollectionEditor, System.Drawing.Design.UITypeEditor)>
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1TreeView.Nodes", "The root nodes in the tree view control.")>
Public ReadOnly Property Nodes As C1TreeNodeCollection
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[Editor(C1.Win.TreeView.Design.TreeNodesCollectionEditor, System.Drawing.Design.UITypeEditor)]
[C1Category("Behavior")]
[C1Description("C1TreeView.Nodes", "The root nodes in the tree view control.")]
public C1TreeNodeCollection Nodes {get;}
See Also