AppointmentModificationControllerBase.HasReminder Property
Gets or sets a value that indicates whether one or more reminders are associated with the currently edited appointment.
Namespace: DevExpress.XtraScheduler.Native
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the appointment has at least one reminder; otherwise, false. |
Remarks
The HasReminder property can be used to determine whether the appointment has an associated reminder(s). Once this property is set to true, a new Reminder object is created and assigned to the appointment.
See Also