corelibraries-devexpress-dot-xtrascheduler-533758ba.md
Represents a collection of reminders.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class ReminderCollection :
SchedulerCollectionBase<Reminder>
Public Class ReminderCollection
Inherits SchedulerCollectionBase(Of 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 |
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.
Object DXCollectionBase<Reminder> DXCollection<Reminder> NotificationCollection<Reminder> DevExpress.XtraScheduler.SchedulerCollectionBase<Reminder> ReminderCollection
See Also