Sub OnGetCellStyle(Sender: Object; Args: IDataGridCellStyleEventArgs);
Begin
//set of operators;
End Sub OnGetCellStyle;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnGetCellStyle event occurs on cell drawing.
Depending on the cells position and the state of the CustomCellStyle checkbox, the order of events used for drawing is defined automatically.
See also: