Skip to main content

ReminderItem.Appointment Property

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
AppointmentItem

A DevExpress.UI.Xaml.Scheduler.AppointmentItem object.

See Also