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

AppointmentRecurrenceFormSettings.EnableScriptSupport Property

Gets or sets whether client scripts are generated for controls located on the form.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool EnableScriptSupport { get; set; }

Property Value

Type Description
Boolean

true to enable client-side programmatic access to the controls on the form; otherwise, false.

See Also