Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeNode Class / Nodes Property


In This Topic
    Nodes Property (NTreeNode)
    In This Topic
    Gets the collection of child nodes.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets the collection of child nodes.")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property Nodes As NTreeNodeCollection
    'Usage
     
    
    Dim instance As NTreeNode
    Dim value As NTreeNodeCollection
     
    value = instance.Nodes
    [System.ComponentModel.Description("Gets the collection of child nodes.")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NTreeNodeCollection Nodes {get;}
    Requirements

    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

    See Also