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

TcxSchedulerDayView.OnCustomDrawContainer Event

In This Article

Occurs before the all-day event area located on the top of each day is drawn.

#Declaration

Delphi
property OnCustomDrawContainer: TcxSchedulerCustomDrawContainerEvent read; write;

#Remarks

Implement the OnCustomDrawContainer event handler to custom paint the all-day event area.

The Sender parameter specifies the Day View.

The ACanvas parameter specifies the drawing surface.

The AViewInfo parameter returns ViewInfo information required to render the processed all-day event area.

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

See Also