Skip to main content

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

public enum RemindersFormDefaultAction

#Members

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 reminders are snoozed or dismissed is determined manually in the SchedulerControl.RemindersFormDefaultAction event handler.

#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.

See Also