AppointmentItem.Reminder Property
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.v19.2.dll
Declaration
public ReminderItem Reminder { get; set; }
Public Property Reminder As ReminderItem
Property Value
Type |
Description |
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.
|
To get a collection of all reminders associated with the current appointment, use the Reminders property.
See Also
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...