Sub OnGetRowStyle(Sender: Object; Args: IDataGridRowStyleEventArgs);
Begin
//set of operators;
End Sub OnGetRowStyle;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnGetRowStyle event occurs on row 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: