TcxSchedulerDateNavigator.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 Date Navigator month(s)’ calendar(s).
The Sender
parameter specifies the Date Navigator component.
The ACanvas
parameter specifies the drawing surface.
The AViewInfo
parameter returns ViewInfo information for rendering the calendar.
The ADone
parameter specifies if built-in draw routines are executed. Set ADone
to True
to prevent default painting from being performed.
Note
if the Transparent
property of the AView
object is set to True
within an On
event handler, OnTransparent
property of the appropriate AView
objects to True
respectively within OnTransparent
property of the appropriate AView
objects to False
within these event handlers.