Skip to main content

AppointmentItem.Reminders Property

Gets a collection of all reminders associated with the current appointment

Namespace: DevExpress.UI.Xaml.Scheduler

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ReminderItemCollection Reminders { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Scheduler.ReminderItemCollection

A collection of ReminderItem objects.

See Also