Gets or sets a default height of the group Row.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

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: Int32
The default height of the group row.

See Also