ComponentOne FlexGrid for WinForms
MaximumLevel Property

C1.Win.C1FlexGrid Namespace > GridTree Class : MaximumLevel Property
Gets the level of the deepest node in the outline.
Syntax
'Declaration
 
Public ReadOnly Property MaximumLevel As Integer
public int MaximumLevel {get;}
Remarks
This property can be used with methods that take an outline level as a parameter (for example, Sort(Int32,SortFlags,Int32,Int32) and Show).
See Also

Reference

GridTree Class
GridTree Members