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 Class

Stores appearance settings of event callout popup hints.

#Declaration

Delphi
TcxSchedulerEventModernStyleHintInfo = class(
    TObject
)

#Remarks

This class has fields that allow you to do the following:

  • Show or hide the callout pop-up hint (Visible).

  • Modify a caption of the user event subject (Caption).

  • Change the user event’s location in the callout popup hint (Location).

  • Hide the user event’s location (ShowLocation).

  • Override the user event’s start and end times in the callout popup hint (Start and Finish).

  • Display the user event’s start and end times (ShowStart and ShowFinish).

  • Replace the event reminder’s text in the callout pop-up hint (Reminder).

  • Switch the event reminder’s visibility (ShowReminder).

  • Adjust the user event’s task completion (as a percentage) in the callout pop-up hint (TaskComplete).

  • Show the user event’s task completion (ShowTaskComplete).

  • Override the user event’s resource names in the callout pop-up hint (Resources).

  • Hide or display the user event’s resource names (ShowResources).

The TcxSchedulerGetEventModernStyleHintInfo procedural type references a TcxSchedulerEventModernStyleHintInfo object as the AInfo parameter.

#Inheritance

TObject
TcxSchedulerEventModernStyleHintInfo
See Also