Back to Devexpress

AppointmentItem.Reminders Property

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

latest1.5 KB
Original Source

AppointmentItem.Reminders Property

Returns the collection of reminders for the appointment.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public DXObservableCollection<ReminderItem> Reminders { get; }
vb
Public ReadOnly Property Reminders As DXObservableCollection(Of ReminderItem)

Property Value

TypeDescription
DevExpress.Mvvm.Native.DXObservableCollection<ReminderItem>

A collection of DevExpress.Xpf.Scheduling.ReminderItem objects.

|

Remarks

The HasReminder property indicates whether the appointment has a reminder.

The Reminder property returns the first reminder in the collection (the one with the index of 0 ).

See Also

AppointmentItem Class

AppointmentItem Members

DevExpress.Xpf.Scheduling Namespace