Skip to main content

ReminderItem.AlertTime Property

Specifies the date and time for firing an alert.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DateTime AlertTime { get; set; }

Property Value

Type Description
DateTime

A System.DateTime value which specifies the reminder’s alert time.

Remarks

The default AlertTime value is calculated by the formula:

AlertTime = AppointmentItem.Start - ReminderItem.TimeBeforeStart

You can set the AlertTime value explicitly in code. In this scenario, the TimeBeforeStart value remains unchanged and the formula does not apply.

See Also