SchedulerControl.RemindersCheckInterval Property
In This Article
Gets or sets the period of time between checks for a reminder’s alert time.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
Reminder controller checks all reminder alerts by a timer with the default interval set to 5 seconds. You can specify a different time interval using the RemindersCheckInterval property, or check alerts immediately by calling the SchedulerControl.CheckTriggeredReminders method.
See Also