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

TcxSchedulerEventModernStyleHintInfo.Finish Field

Specifies the user event‘s end time (as a text string) displayed within a callout popup hint.

#Declaration

Delphi
Finish: string

#Field Value

Type Description
string

A user event‘s end time.

#Remarks

The Finish field is initialized to a string created from the user event’s Finish property value. The field value depends on the system locale.

You can assign a string to the AInfo.Finish field in a scheduler control’s OnGetEventModernStyleHintInfo event handler to show custom text instead of the user event’s end time in the visible callout popup hint.

Note

You can set the ShowFinish field to False to remove the event’s end time from the callout pop-up hint.

See Also