ReminderItem.Appointment Property
In This Article
Returns the appointment for which the reminder is set.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public AppointmentItem Appointment { get; }
#Property Value
Type | Description |
---|---|
Appointment |
A DevExpress. |
See Also