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 Members

In This Article
Stores appearance settings of event callout popup hints.

#Fields

Name Description
Caption Specifies the user event‘s caption displayed within a callout pop-up hint.
Finish Specifies the user event‘s end time (as a text string) displayed within a callout popup hint.
Location Specifies the user event‘s location displayed within a callout popup hint.
Reminder Specifies the user event‘s reminder time-out displayed in a callout popup hint.
Resources Specifies the user event‘s resource names displayed in a callout popup hint.
ShowFinish Specifies if the callout popup hint shows its user event‘s end time.
ShowLocation Specifies if the callout popup hint shows its user event‘s location.
ShowReminder Specifies if the callout popup hint shows its user event‘s reminder information.
ShowResources Specifies if the callout popup hint shows resources of its user event.
ShowStart Specifies if the callout popup hint shows its user event‘s start time.
ShowTaskComplete Specifies if the callout popup hint shows its user event‘s task completion percentage.
Start Specifies the user event‘s start time (as a text string) displayed within a callout popup hint.
TaskComplete Specifies the user event‘s task completion (as a percentage) displayed in a callout popup hint.
Visible Specifies if the event’s callout popup is visible.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
ToString Inherited from TObject.
See Also