Gets a C1TreeViewNodeCollection object that contains the root nodes of the current C1TreeView control.
Namespace:
C1.Web.UI.Controls.C1TreeViewAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[PersistenceModeAttribute(PersistenceMode.InnerProperty)] [LayoutAttribute(LayoutType.Behavior)] [RefreshPropertiesAttribute(RefreshProperties.All)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [MergablePropertyAttribute(false)] [NotifyParentPropertyAttribute(true)] [JsonAttribute(true)] [BrowsableAttribute(false)] public C1TreeViewNodeCollection Nodes { get; } |
Visual Basic |
---|
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ <LayoutAttribute(LayoutType.Behavior)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <MergablePropertyAttribute(False)> _ <NotifyParentPropertyAttribute(True)> _ <JsonAttribute(True)> _ <BrowsableAttribute(False)> _ Public ReadOnly Property Nodes As C1TreeViewNodeCollection Get |