Enum ReminderAction
Specifies the appointment reminder actions such as dismiss, dismiss all, and snooze performed using the reminder alert window.
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public enum ReminderAction
Fields
| Name | Description |
|---|---|
| Dismiss | Specifies the appointment reminder that was dismissed in the reminder alert window. |
| DismissAll | Specifies the reminders for all appointments were dismissed in the reminder alert window. |
| Snooze | Specifies the appointment reminder is snoozed in the reminder alert window. |