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 Members

The TcxSchedulerReminder class implements the user event‘s reminder.

#Constructors

Name Description
Create(TcxSchedulerReminders,TcxSchedulerControlEvent) Initializes a new instance of the TcxSchedulerReminder class with specified settings.

#Properties

Name Description
Event Represents the user event, to which the reminder is applied.
Owner Represents the TcxSchedulerReminders collection, which stores timed out reminders.
ReminderDate Returns the reminder’s date and time.
ResourceID Returns the associated resource’s unique identifier.

#Methods
Show Inherited Hide Inherited

Name Description
Dismiss Switches the reminder off for the associated user event.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
Snooze(TDateTime) Notifies the scheduler to defer triggering a reminder at the interval specified by the ASnoozeTime parameter.
ToString Inherited from TObject.
See Also