Click or drag to resize
GridControlStoreInsertCols Event
Store Insert Columns event.

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

Value

Type: Stingray.GridStoreInsertColsEventHandler
Remarks
This event is invoked when the grid inserts columns into its data structure.
See Also