Skip to main content

TcxSchedulerDateNavigator.OnCustomDrawHeader Event

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

Declaration

property OnCustomDrawHeader: TcxSchedulerDateNavigatorCustomDrawHeaderEvent read; write;

Remarks

Implement the OnCustomDrawHeader event handler to custom paint the Date Navigator‘s month(s) header(s).

The Sender parameter specifies the Date Navigator component.

The ACanvas parameter specifies the drawing surface.

The AViewInfo parameter returns ViewInfo information required to render the processed month header.

The ADone parameter specifies if built-in draw routines are executed. Set ADone to True to prevent default painting being performed.

See Also