Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerGridConnection.OnInitializeItem Event

In This Article

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

#Declaration

Delphi
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