Back to Devexpress

RecurringReminder Class

corelibraries-devexpress-dot-xtrascheduler-f5593db9.md

latest2.7 KB
Original Source

RecurringReminder Class

Represents a reminder for a recurring appointment.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class RecurringReminder :
    Reminder
vb
Public Class RecurringReminder
    Inherits Reminder

Remarks

Reminders are used to provide a notification of a future appointment. If an appointment has a reminder, the 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.

Implements

IIdProvider

IPersistentObject

Inheritance

Object DevExpress.XtraScheduler.Utils.NotifyPropertyChanged PersistentObject ReminderBase Reminder RecurringReminder

See Also

RecurringReminder Members

Reminder

DevExpress.XtraScheduler Namespace