Click or drag to resize
GridControlGetStyleRowCol Event
Get Style Row Col event.

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

Value

Type: Stingray.GridGetStyleRowColEventHandler
Remarks
This event is invoked whenever the style for a specific grid cell is requested. This event can be used to operate the grid in "virtual mode". By using this event, the grid data can be obtained from your own data sources.
See Also