Skip to main content

ReminderDialogCommandBase.Reminders Property

Gets a collection of reminders associated with the current appointment.

Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ReminderCollection Reminders { get; }

Property Value

Type Description
ReminderCollection

A ReminderCollection object that is a collection of reminders used to provide a notification of a future appointment.

See Also