Skip to main content

TcxCustomDateNavigator.OnCustomDrawBackground Event

Fires before the Date Navigator control’s background is drawn.

Declaration

property OnCustomDrawBackground: TcxSchedulerDateNavigatorCustomDrawBackgroundEvent read; write;

Remarks

Implement the OnCustomDrawBackground event handler to custom paint the Date Navigator control’s background.

Sender specifies the Date Navigator control.

ACanvas specifies the drawing surface.

ABounds specifies the control’s bounding rectangle.

AViewParams specifies the control’s style attributes.

ADone specifies whether default painting is required. Set ADone to True, to prevent default code execution.

See Also