alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved