Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ChartTreeNode Class / ChildNodes Property


In This Topic
    ChildNodes Property
    In This Topic
    Get or Set the child nodes.
    Syntax
    'Declaration
     
    
    Public Property ChildNodes As List(Of ChartTreeNode)
    'Usage
     
    
    Dim instance As ChartTreeNode
    Dim value As List(Of ChartTreeNode)
     
    instance.ChildNodes = value
     
    value = instance.ChildNodes
    public List<ChartTreeNode> ChildNodes {get; set;}
    See Also