ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Nodes Property

In This Topic
    Nodes Property (C1FlexPivotGrid)
    In This Topic
    Gets an array containing all zero-level C1.Win.C1FlexGrid.Node rows on the grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Nodes As Node()
    public Node[] Nodes {get;}
    See Also