Gets a hierarchical level of the Header.
            
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
 Syntax
Syntax
| C# | 
|---|
| public int Level { get; set; } | 
| Visual Basic | 
|---|
| Public Property Level As Integer Get Set | 
| Visual C++ | 
|---|
| public: property int Level { int get (); void set (int value); } | 
| F# | 
|---|
| member Level : int with get, set | 
Property Value
Type: Int32The hierarchical zero-based level if the Header is attached to the HeaderCollection. Otherwise -1.






