TriggeredReminder.AlertTime Property
Gets the date and time for firing an alert.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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