Click or drag to resize
GridControlGridInitialized Event
Grid Initialized event.

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

Value

Type: SystemEventHandler
Remarks
This event is invoked immediately after the control's handle is created. When the GridInitialized event is invoked, it is safe to manipulate the grid using any part of its interface. Using the grid interface before a grid is fully initialized may result in an exception.
See Also