Gets or sets the height of the row.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.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
final function get RowHeight () : double
final function set RowHeight (value : double)

Implements

IDataGridRow..::..RowHeight

See Also