ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / GridTree Class / Show Method
The level to show. Any nodes with Node.Level higher than this will be collapsed, others will be expanded.

In This Topic
    Show Method
    In This Topic
    Expands all nodes up to the specified level, collapses others.
    Syntax
    'Declaration
     
    Public Sub Show( _
       ByVal level As Integer _
    ) 
    public void Show( 
       int level
    )

    Parameters

    level
    The level to show. Any nodes with Node.Level higher than this will be collapsed, others will be expanded.
    See Also