Skip to main content

ReminderItem.Dismiss() Method

Switches the reminder off.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public void Dismiss()

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