Back to Devexpress

ReminderItem.Appointment Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-reminderitem-4cee64e5.md

latest1.1 KB
Original Source

ReminderItem.Appointment Property

Gets the appointment that hosts the reminder.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentItem Appointment { get; }
vb
Public ReadOnly Property Appointment As AppointmentItem

Property Value

TypeDescription
AppointmentItem

An AppointmentItem object which is the appointment for which the reminder is set.

|

See Also

ReminderItem Class

ReminderItem Members

DevExpress.Xpf.Scheduling Namespace