Back to Devexpress

SchedulerControl.RemindersCheckInterval Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-757a90b9.md

latest1.6 KB
Original Source

SchedulerControl.RemindersCheckInterval Property

Gets or sets the period of time between checks for a reminder’s alert time.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public TimeSpan RemindersCheckInterval { get; set; }
vb
Public Property RemindersCheckInterval As TimeSpan

Property Value

TypeDescription
TimeSpan

A TimeSpan value which is the time interval between checks of the reminder’s alert.

|

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

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace