C1.Win.TreeView Namespace / C1TreeView Class / Nodes Property

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