Skip to main content

AppointmentFormControllerBase.HasReminder Property

Gets or sets a value that indicates whether one or more reminders are associated with the currently edited appointment.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public bool HasReminder { get; set; }

#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