Skip to main content
A newer version of this page is available. .

AppointmentFormTemplateContainer.IsRecurring Property

Gets a value indicating if the appointment is recurring.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public bool IsRecurring { get; }

Property Value

Type Description
Boolean

true if the appointment is recurring; otherwise, false.

Remarks

This property returns the value of the appointment’s Appointment.IsRecurring property.

See Also