Skip to main content

TcxSchedulerReportLink.OnInitializeSchedulingAreaCell Event

Fires when each time block in the report’s scheduling area is about to be rendered.

Declaration

property OnInitializeSchedulingAreaCell: TcxSchedulerReportLinkInitializeSchedulingAreaEvent read; write;

Remarks

Custom rendering is used to customize the layout, add or remove any element in the cell. Implement the OnInitializeSchedulingAreaCell event handler to custom render the report’s scheduling area.

Sender represents the TcxSchedulerReportLink object.

AItem provides information for rendering the report’s scheduling area.

See Also