Gets or sets whether the control causes Validation to occur

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

Syntax

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

Field Value

A Boolean

Remarks

Defaults to True

See Also