SchedulerControl.ShowRemindersWindow() Method
Invokes the Reminders Window that displays alerts fired by reminders.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Remarks
The ShowRemindersWindow method fires the SchedulerControl.RemindersWindowShowing event and displays the window specified by the WindowShowingEventArgs<T>.Window event arguments property. If the event is not handled, default window is the RemindersWindow instance.
See Also