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

AppointmentItem.Reminders Property

Gets a collection of all reminders associated with the current appointment

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v19.2.dll

Declaration

public ReminderItemCollection Reminders { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Scheduler.ReminderItemCollection

A collection of ReminderItem objects.

See Also