ReminderItem.Dismiss() Method
Switches the reminder off.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Remarks
The Dismiss method removes the reminder from the AppointmentItem.Reminders collection and sets its ReminderItem.Dismissed property to true.
If the Dismiss is called for the reminder triggered by an appointment occurrence, then the reminder is set for the next occurrence in a series. If the current occurrence is the last occurrence in a chain, the reminder is dismissed.
See Also