TcxCustomDateNavigator.OnCustomDrawDayCaption Event
Fires before each caption of a day in the Date Navigator control is drawn.
#Declaration
property OnCustomDrawDayCaption: TcxSchedulerDateNavigatorCustomDrawDayCaptionEvent read; write;
#Remarks
Implement the OnCustomDrawDayCaption
event handler to custom paint the captions of the days in the Date Navigator control.
Sender
specifies the Date Navigator control.
ACanvas
specifies the drawing surface.
AViewInfo
returns ViewInfo information required to render the caption.
ADone
specifies whether default painting is required. Set ADone to True, to prevent default code execution.
Note
if the Transparent
property of the proprietary AView
object is set to True
within an OnOn
and OnTransparent
property of the appropriate AView
objects to True
respectively within On
and OnOn
and OnTransparent
property of the appropriate AView
objects to False
within these event handlers.