Click or drag to resize
StoreRowHeightEventArgs Constructor
Initializes a new StoreRowHeightEventArgs object for a given cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public StoreRowHeightEventArgs(
	uint row,
	int height
)

Parameters

row
Type: SystemUInt32
The row index of the cell.
height
Type: SystemInt32
The new height for the row.
See Also