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 : CancelEventArgsRemarks
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.