Skip to main content
All docs
V19.2

AppointmentRecurrenceFormSettings.EnableHourlyRecurrence Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.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