Skip to main content
A newer version of this page is available.
All docs
V18.2

AppointmentRecurrenceFormSettings.EnableHourlyRecurrence Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool EnableHourlyRecurrence { get; set; }

Property Value

Type Description
Boolean

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

See Also