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


In This Topic
    Parent Property (ChartTreeNode)
    In This Topic
    Get or Set the parent node.
    Syntax
    'Declaration
     
    
    Public Property Parent As ChartTreeNode
    'Usage
     
    
    Dim instance As ChartTreeNode
    Dim value As ChartTreeNode
     
    instance.Parent = value
     
    value = instance.Parent
    public ChartTreeNode Parent {get; set;}
    See Also