Skip to main content
A newer version of this page is available. .

ReminderDialogCommandBase.Reminders Property

Gets a collection of reminders associated with the current appointment.

Namespace: DevExpress.Web.ASPxScheduler.Commands.Dialogs

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

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