Class ReminderNotificationControl
Represents a control that manages and displays reminders for upcoming appointments or events in a WPF Scheduler, ensuring users receive timely notifications.
Inheritance
System.Object
ReminderNotificationControl
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class ReminderNotificationControl : Control
Constructors
ReminderNotificationControl(SfScheduler, SchedulerReminderAlertWindow)
Initializes a new instance of the ReminderNotificationControl class.
Declaration
public ReminderNotificationControl(SfScheduler scheduler, SchedulerReminderAlertWindow reminderAlertWindow)
Parameters
Type | Name | Description |
---|---|---|
SfScheduler | scheduler | The scheduler. |
SchedulerReminderAlertWindow | reminderAlertWindow | The reminder alert window. |
Methods
OnApplyTemplate()
Method to apply template.
Declaration
public override void OnApplyTemplate()