Skip to main content

Appointment.IsRecurring Property

Gets a value indicating if the appointment is recurring.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public bool IsRecurring { get; }

#Property Value

Type Description
Boolean

true if the appointment is recurring; otherwise, false.

#Remarks

An appointment is supposed to be recurring if its Appointment.Type value differs from AppointmentType.Normal.

See the Recurring Appointments and Exceptions topic for more information on recurring appointments.

See Also