AppointmentItem.Reminder Property
In This Article
Gets a reminder associated with the current appointment (the collection’s first reminder, if there are several reminders).
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public ReminderItem Reminder { get; set; }
#Property Value
Type | Description |
---|---|
Reminder |
A Reminder |
#Remarks
To get a collection of all reminders associated with the current appointment, use the Reminders property.
See Also