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

TcxSchedulerReminder Class

The TcxSchedulerReminder class implements the user event‘s reminder.

#Declaration

Delphi
TcxSchedulerReminder = class(
    TObject
)

#Remarks

A reminder is used to provide a notification of a future user event (see the TcxSchedulerEvent.Reminder property).

The TcxSchedulerReminder class implements operations, which can be performed on a reminder:

  • The Dismiss method – switches the applied reminder off for the associated user event.

  • The Snooze method – defers triggering of the reminder for the specified interval.

The TcxSchedulerReminder class declares properties for accessing the TcxSchedulerReminder instance’s collaborators:

The TcxSchedulerReminder object is referenced by the TcxSchedulerReminders.Items property.

#Inheritance

TObject
TcxSchedulerReminder
See Also