Skip to main content

TcxSchedulerReportLink.OnCustomDrawDateNavigatorDayCaptionCell Event

Fires when the caption of a day (fires once for each day) in the Date Navigator is about to be drawn in the scheduler’s report.

Declaration

property OnCustomDrawDateNavigatorDayCaptionCell: TcxSchedulerReportLinkCustomDrawDateNavigatorDayCaptionCellEvent read; write;

Remarks

Implement the OnCustomDrawDateNavigatorDayCaptionCell event handler to custom draw the captions of the days in the report’s Date Navigator.

Sender represents the TcxSchedulerReportLink object.

ACanvas specifies the drawing surface.

AItem provides information for rendering the day caption.

ADone specifies whether the default painting is required. Set ADone to True to prevent the default painting from being performed.

See Also