Gets and sets a flag indicating whether the Validators should use client-side validation

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool EnableClientValidation { get; set; }
Visual Basic
Public Property EnableClientValidation As Boolean
	Get
	Set

Field Value

A Boolean

See Also