Click or drag to resize
GridControlDefaultRowHeight Property
Gets or sets the default value for the row height, in pixels.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(15)]
public int DefaultRowHeight { get; set; }

Property Value

Type: Int32
The initial value is 15.
See Also