HtmlInputReset::ValidationGroup 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 the group of controls for which the HtmlInputReset control causes validation when it posts back to the server.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property String^ ValidationGroup { virtual String^ get() override; virtual void set(String^ value) override; }
Property Value
Type: System::String^The group of controls for which the HtmlInputReset control causes validation when it posts back to the server. The default value is an empty string (""), which indicates that this property is not set.
The ValidationGroup property is not intended to be used directly from your code.
.NET Framework
Available since 2.0
Available since 2.0
Show: