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)

public:
[BrowsableAttribute(false)]
property bool CausesValidation {
	virtual bool get() override;
	virtual void set(bool value) override;
}

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: