Class ReminderAction
Specifies the appointment reminder actions such as dismiss, dismiss all, and snooze performed using the reminder alert window.
Inheritance
System.Object
ReminderAction
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public sealed class ReminderAction : Enum
Fields
Dismiss
Specifies the appointment reminder that was dismissed in the reminder alert window.
Declaration
public const ReminderAction Dismiss
Field Value
Type |
---|
ReminderAction |
DismissAll
Specifies the reminders for all appointments were dismissed in the reminder alert window.
Declaration
public const ReminderAction DismissAll
Field Value
Type |
---|
ReminderAction |
Snooze
Specifies the appointment reminder is snoozed in the reminder alert window.
Declaration
public const ReminderAction Snooze
Field Value
Type |
---|
ReminderAction |