Gets or sets the default height of the column panel.
            
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
 Syntax
Syntax
| C# | 
|---|
| public int ColumnPanelHeight { get; set; } | 
| Visual Basic | 
|---|
| Public Property ColumnPanelHeight As Integer Get Set | 
| Visual C++ | 
|---|
| public: property int ColumnPanelHeight { int get (); void set (int value); } | 
| F# | 
|---|
| member ColumnPanelHeight : int with get, set | 
Property Value
Type: Int32The height of the column panel.






