HtmlInputReset::CausesValidation Property
.NET Framework (current version)
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.
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::Booleantrue 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
Available since 2.0
Show: