TcxSchedulerReportLink.OnCustomDrawDateNavigatorDayCell Event
Fires when a day in the Date Navigator is about to be drawn in the scheduler’s report.
Declaration
property OnCustomDrawDateNavigatorDayCell: TcxSchedulerReportLinkCustomDrawDateNavigatorDayCellEvent read; write;
Remarks
Implement the OnCustomDrawDateNavigatorDayCell event handler to custom draw the dates in the report’s Date Navigator.
Sender represents the TcxSchedulerReportLink object.
ACanvas specifies the drawing surface.
AItem provides information for rendering the day.
ADone specifies whether the default painting is required. Set ADone to True to prevent the default execution.
See Also