RemindersFormDefaultAction Enum
Lists the types of default actions which can be applied after the Reminders form is closed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#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 reminders are snoozed or dismissed is determined manually in the Scheduler |
#Passed To
You can pass RemindersFormDefaultAction values to the OptionsBehavior.RemindersFormDefaultAction property.
#Remarks
Use the RemindersFormDefaultAction enumeration members to specify the default action to apply after the Reminders form has been closed. These enumeration values are used by the OptionsBehavior.RemindersFormDefaultAction property.