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