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


In This Topic
    ChildNodeIndex Property
    In This Topic
    Get the child index of the node.
    Syntax
    'Declaration
     
    
    Public Property ChildNodeIndex As Integer
    'Usage
     
    
    Dim instance As ChartTreeNode
    Dim value As Integer
     
    instance.ChildNodeIndex = value
     
    value = instance.ChildNodeIndex
    public int ChildNodeIndex {get; set;}
    See Also