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






