TcxCustomDateNavigator.OnCustomDrawContent Event
Occurs before the Date Navigator month(s)’ calendar(s) is drawn.
#Declaration
property OnCustomDrawContent: TcxSchedulerDateNavigatorCustomDrawContentEvent read; write;
#Remarks
Implement the OnCustomDrawContent
event handler to custom paint the cxDateNavigator month(s)’ calendar(s).
Sender
specifies the Date Navigator control.
ACanvas
specifies the drawing surface.
AViewInfo
returns ViewInfo information for rendering the calendar.
ADone
specifies if built-in draw routines are executed. Set ADone
to True
, to prevent default code execution.
Note
if the Transparent
property of the AView
object is set to True
within an On
event handler, the OnTransparent
property of the appropriate AView
objects to True
respectively within OnTransparent
property of the appropriate AView
objects to False
within these event handlers.