RemindersFormDefaultAction Enum
Lists the types of default actions which can be applied after the Reminders form is closed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Members
Name | Description |
---|---|
Dismiss
|
After the Reminders form is closed, all reminders will be dismissed. |
Snooze
|
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 Scheduler |
#Related API Members
The following properties accept/return RemindersFormDefaultAction values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Scheduler |
WPF Controls | Options |
#Remarks
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.