Skip to main content

ReminderAlertNotification(Reminder, Appointment) Constructor

Initializes new instance of the ReminderAlertNotification class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public ReminderAlertNotification(
    Reminder reminder,
    Appointment actualAppointment
)

Parameters

Name Type Description
reminder Reminder

A Reminder object that specifies the reminder of the alert notification. This value is assigned to the ReminderAlertNotification.Reminder property.

actualAppointment Appointment

An Appointment for which an alert is fired.

See Also