IButtonControl::ValidationGroup Property

 

Gets or sets the name for the group of controls for which the button control causes validation when it posts back to the server.

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

property String^ ValidationGroup {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name for the group of controls for which the button control causes validation when it posts back to the server.

A control that implements the IButtonControl interface must implement the ValidationGroup property to indicate the name for the group of controls for which the button control causes validation when it posts back to the server.

.NET Framework
Available since 2.0
Return to top
Show: