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

TcxCustomScheduler.OnGetEventDisplayText Event

In This Article

Fires before the AEvent user event‘s subject is drawn in the scheduling area.

#Declaration

Delphi
property OnGetEventDisplayText: TcxSchedulerGetEventText read; write;

#Remarks

Implement the OnGetEventDisplayText event handler to customize the subject.

The Sender parameter specifies the scheduler control.

The AEvent parameter specifies the user event to be displayed.

The AText parameter specifies the new text for the user event’s subject. This text doesn’t update storage. It is used for display purposes only.

See Also