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.v25.1.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