Back to Devexpress

AppointmentItem.Reminder Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-c288d92c.md

latest1.6 KB
Original Source

AppointmentItem.Reminder Property

Gets a reminder associated with the current appointment (the collection’s first reminder, if there are several reminders).

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ReminderItem Reminder { get; set; }
vb
Public Property Reminder As ReminderItem

Property Value

TypeDescription
ReminderItem

A ReminderItem object that is a reminder used to provide a notification of a future appointment. It is the first reminder in the collection, if there are several reminders, or null ( Nothing in Visual Basic) if no reminder is associated with the appointment.

|

Remarks

To get a collection of all reminders, associated with the current appointment, use the AppointmentItem.Reminders property.

See Also

Reminders

AppointmentItem Class

AppointmentItem Members

DevExpress.Xpf.Scheduling Namespace