Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

#Declaration

public TimeSpan RemindersCheckInterval { get; set; }

#Property Value

Type Description
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