Click or drag to resize
GridControlStoreRowHeight Event
Store Row Height event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(true)]
public event StoreRowHeightEventHandler StoreRowHeight

Value

Type: Stingray.GridStoreRowHeightEventHandler
Remarks
This event is invoked when a row height is stored in the grid.
See Also