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.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#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