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.Caption Field

Specifies the user event‘s caption displayed within a callout pop-up hint.

#Declaration

Delphi
Caption: string

#Field Value

Type Description
string

A user event‘s subject caption.

#Remarks

The Caption field is initialized to the user event’s Caption property value.

You can assign a string to the AInfo.Caption field in a scheduler control’s OnGetEventModernStyleHintInfo event handler to show custom text instead of the user event’s caption in the visible callout pop-up hint.

See Also