IButtonControl.ValidationGroup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name for the group of controls for which the button control causes validation when it posts back to the server.
public:
property System::String ^ ValidationGroup { System::String ^ get(); void set(System::String ^ value); };
public string ValidationGroup { get; set; }
member this.ValidationGroup : string with get, set
Public Property ValidationGroup As String
Property Value
The name for the group of controls for which the button control causes validation when it posts back to the server.
Remarks
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.