TcxCustomDateNavigator.OnCustomDrawHeader Event
Occurs before the Date Navigator control’s month(s) header is drawn.
Declaration
property OnCustomDrawHeader: TcxSchedulerDateNavigatorCustomDrawHeaderEvent read; write;
Remarks
Implement the OnCustomDrawHeader
event handler to custom paint the Date Navigator control’s month(s) header.
Sender
specifies the Date Navigator control.
ACanvas
specifies the drawing surface.
AViewInfo
returns ViewInfo information for rendering the month header.
ADone
specifies if built-in draw routines are executed. Set ADone
to True
to prevent default code execution.
See Also