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

ReminderCollection Class

Represents a collection of reminders.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public class ReminderCollection :
    SchedulerCollectionBase<Reminder>

The following members return ReminderCollection objects:

Library Related API Members
Cross-Platform Class Library Appointment.Reminders
ReminderCollectionXmlPersistenceHelper.ObjectFromXml(Appointment, String)
ReminderCollectionXmlPersistenceHelper.ObjectFromXml(Appointment, XmlNode)
ASP.NET Web Forms Controls ReminderDialogCommandBase.Reminders

Remarks

The ReminderCollection class represents a collection of Reminder objects. Its properties and methods can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.

An object of the ReminderCollection type can be accessed via the Appointment.Reminders property.

Inheritance

Object
DXCollectionBase<Reminder>
DXCollection<Reminder>
NotificationCollection<Reminder>
DevExpress.XtraScheduler.SchedulerCollectionBase<Reminder>
ReminderCollection
See Also