Skip to main content
A newer version of this page is available. .

RecurringReminder Class

Represents a reminder for a recurring appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

public class RecurringReminder :
    Reminder

Remarks

Reminders are used to provide a notification of a future appointment. If an appointment has a reminder, the AppointmentImageType.Reminder image is displayed. The associated appointment is returned by the Reminder.Appointment property. The time interval before the appointment’s start time is specified by the ReminderBase.TimeBeforeStart property. To obtain the reminder’s alert time use the ReminderBase.AlertTime property.

The ReminderBase.Snooze method defers triggering a reminder by the specified interval. The ReminderBase.Dismiss method can be used to switch the reminder off.

For more information on reminders, see the Reminders for Appointments topic.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RecurringReminder class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
DevExpress.XtraScheduler.Utils.NotifyPropertyChanged
See Also