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

AppointmentRecurrenceFormSettings.IsRecurring Property

Gets a value indicating if the appointment is recurring.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool IsRecurring { get; set; }

Property Value

Type Description
Boolean

true if the appointment is recurring; otherwise, false.

Remarks

This property corresponds to the appointment’s Appointment.IsRecurring property.

See Also