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.v18.1.Core.dll

Declaration

public class ReminderCollection :
    SchedulerCollectionBase<Reminder>

The following members accept/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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ReminderCollection 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
DXCollectionBase<Reminder>
DXCollection<Reminder>
NotificationCollection<Reminder>
DevExpress.XtraScheduler.SchedulerCollectionBase<Reminder>
ReminderCollection
See Also