corelibraries-devexpress-dot-xtrascheduler-6db413c9.md
Lists the types of default actions which can be applied after the Reminders form is closed.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public enum RemindersFormDefaultAction
Public Enum RemindersFormDefaultAction
| Name | Description |
|---|---|
DismissAll |
After the Reminders form is closed, all reminders will be dismissed.
|
| SnoozeAll |
After the Reminders form is closed, all reminders will be snoozed.
|
| Custom |
After the Reminders form is closed, whether the reminders are snoozed or dismissed is determined manually in the SchedulerControl.RemindersFormDefaultAction event handler.
|
The following properties accept/return RemindersFormDefaultAction values:
Use this enumeration’s members to specify the default action to apply after the Reminders form has been closed. This enumeration’s values are used by the SchedulerOptionsBehaviorBase.RemindersFormDefaultAction property.
See Also