Gets or sets a default height of the group 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 GroupRowDefaultHeight { get; set; } | 
| Visual Basic | 
|---|
| Public Property GroupRowDefaultHeight As Integer Get Set | 
| Visual C++ | 
|---|
| public: property int GroupRowDefaultHeight { int get (); void set (int value); } | 
| F# | 
|---|
| member GroupRowDefaultHeight : int with get, set | 
Property Value
Type: Int32The default height of the group row.






