ComponentOne FlexGrid for WinForms
Show Method

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.
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

Reference

GridTree Class
GridTree Members