Click or drag to resize
GridControlStoreHideCol Event
Store Hide Column event.

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

Value

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