ReminderCollection Class
In This Article
Represents a collection of reminders.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Related API Members
The following members return ReminderCollection objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Appointment. |
Reminder |
|
Reminder |
|
ASP. |
Reminder |
#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