AppointmentItem.Reminders Property
In This Article
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 |
---|---|
Reminder |
A collection of Reminder |
See Also