DataGridRowStyleEventArgs.Create

Syntax

Create(Grid: IDataGrid; Row: Integer; StyleIndex: Integer);

Parameters

Grid. Table, for which the event is generated.

Row. Index of the row, for which the event is generated.

StyleIndex. Index of the style that should be applied for a table row.

Description

The Create constructor creates an argument of the event when drawing table row.

See also:

DataGridRowStyleEventArgs