Back to Devexpress

ReminderCollection Class

corelibraries-devexpress-dot-xtrascheduler-533758ba.md

latest2.9 KB
Original Source

ReminderCollection Class

Represents a collection of reminders.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class ReminderCollection :
    SchedulerCollectionBase<Reminder>
vb
Public Class ReminderCollection
    Inherits SchedulerCollectionBase(Of Reminder)

The following members return ReminderCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryAppointment.Reminders
ReminderCollectionXmlPersistenceHelper.ObjectFromXml(Appointment, String)
ReminderCollectionXmlPersistenceHelper.ObjectFromXml(Appointment, XmlNode)
ASP.NET Web Forms ControlsReminderDialogCommandBase.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

ReminderCollection Members

Reminders

DevExpress.XtraScheduler Namespace