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

TriggeredReminder.AlertTime Property

Gets the date and time for firing an alert.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public DateTime AlertTime { get; }

Property Value

Type Description
DateTime

A DateTime object which specifies the alert time.

Remarks

The AlertTime value equals the ReminderItem.AlertTime value of the reminder used to create the TriggeredReminder instance.

When the time specified by the AlertTime property arrives, the SchedulerControl.RemindersWindowShowing event occurs and the Recurrence Window dialog is invoked.

See Also