Click or drag to resize
GridControlStoreRemoveCols Event
Store Remove Columns event.

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

Value

Type: Stingray.GridStoreRemoveColsEventHandler
Remarks
This event is invoked when columns are removed from the grid.
See Also