Click or drag to resize
GridControlStoreMoveCols Event
Store Move Columns event.

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

Value

Type: Stingray.GridStoreMoveColsEventHandler
Remarks
This event is invoked when columns are moved within the grid.
See Also