Click or drag to resize
GridControlGetRowHeight Method
Gets the height ot the specified row.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual int GetRowHeight(
	uint row
)

Parameters

row
Type: SystemUInt32
The row index.

Return Value

Type: Int32
The row height, in pixels. If it is 0, the row is hidden.
See Also