DataGrid.OnGetRowStyle

Syntax

Sub OnGetRowStyle(Sender: Object; Args: IDataGridRowStyleEventArgs);

Begin

//set of operators;

End Sub OnGetRowStyle;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

The OnGetRowStyle event occurs on row drawing.

Comments

Depending on the cells position and the state of the CustomCellStyle checkbox, the order of events used for drawing is defined automatically.

See also:

DataGrid