Gets the integral height of the Header, including heights of the group and the column panels.
            
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
 Syntax
Syntax
| C# | 
|---|
| public int Height { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property Height As Integer Get | 
| Visual C++ | 
|---|
| public: property int Height { int get (); } | 
| F# | 
|---|
| member Height : int with get | 
Property Value
Type: Int32The height of the Header.






