menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ReminderAlertOpeningEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ReminderAlertOpeningEventArgs

    Gets a list of reminders that are used to notify the appointment reminders.

    Inheritance
    System.Object
    ReminderAlertOpeningEventArgs
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.Scheduler.WinUI.dll
    Syntax
    public class ReminderAlertOpeningEventArgs : CancelEventArgs
    Remarks

    The custom object details can be get using the Data

    Constructors

    ReminderAlertOpeningEventArgs()

    Declaration
    public ReminderAlertOpeningEventArgs()

    Properties

    Reminders

    Gets a list of reminders that are used to notify the appointment reminders.

    Declaration
    public List<SchedulerReminder> Reminders { get; }
    Property Value
    Type
    System.Collections.Generic.List<SchedulerReminder>
    Remarks

    The custom object details can be obtained using Data.

    See Also
    Appointment
    EnableReminder
    ReminderMapping
    AppointmentMapping

    See Also

    Appointment
    EnableReminder
    ReminderMapping
    AppointmentMapping
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved