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 Events

The TcxSchedulerReminders class manages timed out reminders, and also allows the Reminders window to be invoked.
Name Description
OnAlertReminder Allows you to customize the AReminder’s alert behavior.
OnDismissReminder Fires when the AReminder reminder is about to be dismissed.
OnGetEventDueTimeText Fires when a formatted time string is about to be returned by the GetEventDueTimeText method.
OnGetReminderWindowCaption Fires when the Reminders window is about to be opened.
OnHideReminderWindow Fires when the Reminders window is about to be closed by an end-user or by the HideReminderWindow method if invoked.
OnOpenEvent Fires when the Open Item button (located in the Reminders window) has been clicked.
OnShowReminderWindow Fires when the Reminders window is being opened.
OnSnoozeReminder Fires when the AReminder reminder is about to be snoozed.
See Also