TcxCustomScheduler.OnGetEventDisplayText Event
Fires before the AEvent user event‘s subject is drawn in the scheduling area.
Declaration
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