Skip to main content

ReminderBaseAlertNotification(ReminderBase) Constructor

In This Article

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

#Declaration

public ReminderBaseAlertNotification(
    ReminderBase reminder
)

#Parameters

Name Type Description
reminder ReminderBase

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

See Also