Skip to main content
A newer version of this page is available. .

ReminderBaseAlertNotification.Reminder Property

Gets the reminder of the alert notification.

Namespace: DevExpress.XtraScheduler

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

Declaration

public ReminderBase Reminder { get; }

Property Value

Type Description
ReminderBase

A ReminderBase object that specifies the reminder of the alert notification.

See Also