Back to Devexpress

RemindersFormDefaultAction Enum

corelibraries-devexpress-dot-xtrascheduler-6db413c9.md

latest2.0 KB
Original Source

RemindersFormDefaultAction Enum

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

Declaration

csharp
public enum RemindersFormDefaultAction
vb
Public Enum RemindersFormDefaultAction

Members

NameDescription
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:

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.

See Also

Reminders for Appointments

DevExpress.XtraScheduler Namespace