Back to Devexpress

TcxSchedulerReportLink.OnInitializeSchedulingAreaCell Event

vcl-dxpscxschedulerlnk-dot-tcxschedulerreportlink-f23ca85f.md

latest1.6 KB
Original Source

TcxSchedulerReportLink.OnInitializeSchedulingAreaCell Event

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

Declaration

delphi
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

TcxSchedulerReportLink.OnInitializeEventCell

TcxSchedulerReportLink.OnInitializeHeaderPrimaryCell

TcxSchedulerReportLink.OnInitializeHeaderSecondaryCell

TcxSchedulerReportLink.OnInitializeNotesAreaCell

TcxSchedulerReportLink.OnInitializeTaskPadCell

TcxSchedulerReportLink Class

TcxSchedulerReportLink Members

dxPScxSchedulerLnk Unit