The pre-defined height of the row. This height will be applied to the rows of the grid if the ClipRowContent property is set to true OR the AllowRowResize is set to false.

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double RowHeight { get; set; }
Visual Basic
Public Property RowHeight As Double
	Get
	Set
JScript
function get RowHeight () : double
function set RowHeight (value : double)

See Also