Gets or sets the minimal height of Rows in the Grid.

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

Syntax

C#
public int RowMinimalHeight { get; set; }
Visual Basic
Public Property RowMinimalHeight As Integer
	Get
	Set
Visual C++
public:
property int RowMinimalHeight {
	int get ();
	void set (int value);
}
F#
member RowMinimalHeight : int with get, set

Property Value

Type: Int32
The height.

See Also