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

TcxSchedulerReminders.DismissAll Method

In This Article

Removes TcxSchedulerReminder instances from the TcxSchedulerReminders collection, and deletes the reminder flags from the associated user events.

#Declaration

Delphi
procedure DismissAll;

#Remarks

The DismissAll method also updates the TcxSchedulerReminders collection after it has been cleared. Timed out reminders added to the collection as a result of an update, will then be shown in the Reminders window (if the UseReminderWindow property is set to True).

Use the DismissAll method to delete any TcxSchedulerReminder instances, which are currently stored in the TcxSchedulerReminders collection (the timed out reminders), and reminder flags from the associated user events (see the TcxSchedulerEvent.Reminder property).

See Also