menu

WPF

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

    Show / Hide Table of Contents

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