Skip to main content

SchedulerControl.ShowRemindersWindow() Method

Invokes the Reminders Window that displays alerts fired by reminders.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: 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