Click or drag to resize
GridControlStoreFrozenRows Event
Store Frozen Rows event.

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

Value

Type: Stingray.GridStoreFrozenRowsEventHandler
Remarks
This event is invoked when the grid stores the number of frozen rows and rows to be used for column headers to the corresponding attribute of the Param object.
See Also