ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / GridTree Class / MaximumLevel Property

In This Topic
    MaximumLevel Property
    In This Topic
    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