HtmlInputReset.CausesValidation Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether validation is performed when the HtmlInputReset control is clicked.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

<BrowsableAttribute(False)>
Public Overrides Property CausesValidation As Boolean

Property Value

Type: System.Boolean

true if validation is performed when the HtmlInputReset control is clicked; otherwise, false. The default value is true.

The CausesValidation property is not intended to be used directly from your code.

.NET Framework
Available since 2.0
Return to top
Show: