Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomDateNavigator.OnCustomDrawHeader Event

In This Article

Occurs before the Date Navigator control’s month(s) header is drawn.

#Declaration

Delphi
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