Gets or sets a value indicating whether client validation scripts are enabled.

Namespace:  EPiServer.XForms.WebControls
Assembly:  EPiServer.XForms (in EPiServer.XForms.dll) Version: 6.0.530.0

Syntax

C#
public bool EnableClientScript { get; set; }

Field Value

true if client validation scripts are enabled; otherwise, false. Default is true.

See Also