wpf-devexpress-dot-xpf-dot-scheduling-dot-visual-f5658711.md
A window invoked when the reminder triggers an alert.
Namespace : DevExpress.Xpf.Scheduling.Visual
Assembly : DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package : DevExpress.Wpf.Scheduling
public class RemindersWindow :
ThemedWindow,
IComponentConnector
Public Class RemindersWindow
Inherits ThemedWindow
Implements IComponentConnector
When a reminder is due, the built-in Reminder controller adds it to the SchedulerControl.TriggeredReminders collection and fires the SchedulerControl.RemindersWindowShowingEvent event. Unless the event handler sets e.Cancel to true , or specifies another window using the WindowShowingEventArgs<T>.Window property, the RemindersWindow is displayed.
You can call the SchedulerControl.ShowRemindersWindow method to display the window at any time. Note that the RemindersWindow shows information on reminders contained in the SchedulerControl.TriggeredReminders collection, so it is empty if a collection is empty.
A window containing two triggered reminders is illustrated in the picture below.
Show 11 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl Window ThemedWindow RemindersWindow
See Also