A newer version of this page is available.
Switch to the current version.
Appointment.IsRecurring Property
Gets whether the appointment is recurring.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | True if the appointment is recurring; otherwise, false. |
Remarks
An appointment is supposed to be recurrent if its Appointment.Type value differs from AppointmentType.Normal.
See Also
Feedback