Skip to main content
A newer version of this page is available. .

SchedulerControl.ShowRemindersWindow() Method

Invokes the Reminders Window that displays alerts fired by reminders.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public void ShowRemindersWindow()

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