DataGrid.MinRowHeight

Syntax

MinRowHeight: Number;

Description

The MinRowHeight property determines minimum height of table rows.

Comments

Use JSON or the setMinRowHeight method to set the property value and the getMinRowHeight method to get the property value.

Example

The example of property use is given in description of the DataGrid.MinWidth property.

See also:

DataGrid