Back to Devexpress

SchedulerOptionsBehaviorBase.RemindersFormDefaultAction Property

corelibraries-devexpress-dot-xtrascheduler-dot-scheduleroptionsbehaviorbase-c4bb16c4.md

latest3.2 KB
Original Source

SchedulerOptionsBehaviorBase.RemindersFormDefaultAction Property

Gets or sets the type of default action which is applied when the Reminders Form is closed.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[DefaultValue(RemindersFormDefaultAction.DismissAll)]
public RemindersFormDefaultAction RemindersFormDefaultAction { get; set; }
vb
<DefaultValue(RemindersFormDefaultAction.DismissAll)>
Public Property RemindersFormDefaultAction As RemindersFormDefaultAction

Property Value

TypeDefaultDescription
RemindersFormDefaultActionDismissAll

A RemindersFormDefaultAction enumeration value.

|

Available values:

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.

|

Remarks

If the SchedulerOptionsBehaviorBase.ShowRemindersForm property value is true , the Reminders Form is displayed when the reminder is triggered. The Reminders form contains several action buttons enabling the end-user to perform the required action - e.g. to snooze or dismiss the reminder. If the user decides to simply close the form (by clicking the Close button in the upper right corner, for example), an action specified by the RemindersFormDefaultAction property is performed. By default, it is the RemindersFormDefaultAction.DismissAll action.

If the RemindersFormDefaultAction is set to RemindersFormDefaultAction.Custom and the user closes the form, then the SchedulerControl.RemindersFormDefaultAction event occurs.

See Also

RemindersFormDefaultAction

SchedulerOptionsBehaviorBase Class

SchedulerOptionsBehaviorBase Members

DevExpress.XtraScheduler Namespace