Skip to main content
A newer version of this page is available.
All docs
V19.1

AppointmentRecurrenceFormSettings.EnableHourlyRecurrence Property

Gets or sets whether hourly recurrence is enabled on the form.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public bool EnableHourlyRecurrence { get; set; }

Property Value

Type Description
Boolean

true, to enable hourly recurrence on the form; otherwise, false.

See Also