Back to Devexpress

RemindersWindow Class

wpf-devexpress-dot-xpf-dot-scheduling-dot-visual-f5658711.md

latest2.8 KB
Original Source

RemindersWindow Class

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

Declaration

csharp
public class RemindersWindow :
    ThemedWindow,
    IComponentConnector
vb
Public Class RemindersWindow
    Inherits ThemedWindow
    Implements IComponentConnector

Remarks

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.

Inheritance

Show 11 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl Window ThemedWindow RemindersWindow

See Also

RemindersWindow Members

DevExpress.Xpf.Scheduling.Visual Namespace