Skip to main content

TcxSchedulerGridConnection.OnInitializeItem Event

Allows you to make modifications to the grid’s item to be bound.

Declaration

property OnInitializeItem: TcxSchedulerInitializeGridItemEvent read; write;

Remarks

Fires when a new link between the scheduler storage’s field and the grid’s item is about to be created.

Sender specifies the connector.

AField specifies the scheduler storage’s field.

AItem specifies the grid’s item (a column or a card row).

Adapter specifies the adapter that is used to bind the scheduler storage’s field and the grid’s item.

See Also