Click or drag to resize
StoreDefaultRowHeightEventArgsHeight Property
Gets or sets the new default row height for the grid.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public int Height { get; set; }

Property Value

Type: Int32
The new default row height for the grid.
See Also