Skip to main content

TcxSchedulerReportLink.OnInitializeEventCell Event

Fires when the report’s user event cell is about to be rendered.

Declaration

property OnInitializeEventCell: TcxSchedulerReportLinkInitializeEventCellEvent read; write;

Remarks

Custom rendering is used to customize the layout, add or remove any element in the cell. Implement the OnInitializeEventCell event handler to custom render the user event cell.

Sender represents the TcxSchedulerReportLink object.

AItem provides information for rendering the user event cell.

See Also