HtmlInputReset.ValidationGroup Property

 

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.

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

[<BrowsableAttribute(false)>]
override ValidationGroup : string with get, set

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
Return to top
Show: