Back to Devexpress

SchedulerControl.ShowRemindersWindow() Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-0d394de3.md

latest1.5 KB
Original Source

SchedulerControl.ShowRemindersWindow() Method

Invokes the Reminders Window that displays alerts fired by reminders.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public void ShowRemindersWindow()
vb
Public Sub 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

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace