FlexGrid for WinForms
MaximumLevel Property



Gets the level of the deepest node in the outline.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property MaximumLevel As Integer
'Usage
 
Dim instance As GridTree
Dim value As Integer
 
value = instance.MaximumLevel
[Browsable(false)]
public int MaximumLevel {get;}
[Browsable(false)]
public:
property int MaximumLevel {
   int 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).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridTree Class
GridTree Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback