Click or drag to resize
GridControlStoreFrozenCols Event
Store Frozen Columns event.

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

Value

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