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

ReminderAlertNotification.Reminder Property

Gets the reminder object of the alert notification.

Namespace: DevExpress.XtraScheduler

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

Declaration

public Reminder Reminder { get; }

Property Value

Type Description
Reminder

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

See Also