ReminderItem.AlertTime Property
In This Article
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
#Property Value
Type | Description |
---|---|
Date |
A System. |
#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