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.v18.2.dll

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