Click or drag to resize
StoreDefaultRowHeightEventArgs Constructor
Initializes a new StoreDefaultRowHeightEventArgs object.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public StoreDefaultRowHeightEventArgs(
	int height
)

Parameters

height
Type: SystemInt32
The new default row height to store.
See Also