Click or drag to resize
GridControlStoreHideRow Event
Store Hide Row event.

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

Value

Type: Stingray.GridStoreHideRowEventHandler
Remarks
This event is invoked when the grid stores the hidden-flag for the specified row to the hidden rows-map of the Param object.
See Also