Skip to main content

AppointmentItem.Reminders Property

Gets a collection of all reminders associated with the current appointment

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ReminderItemCollection Reminders { get; }

Property Value

Type Description
ReminderItemCollection

A collection of ReminderItem objects.

See Also