Gets or sets the name of the group of validation controls to validate when a button in a System.Web.UI.WebControls.ButtonFieldBase object is clicked.
Documentation for this section has not yet been entered.
Use the ButtonFieldBase.ValidationGroup property to specify the validation group to validate when a button in a System.Web.UI.WebControls.ButtonFieldBase object is clicked. Only the validation controls in the specified validation group are validated.
The ButtonFieldBase.CausesValidation property must be set to true for the ButtonFieldBase.ValidationGroup property to have an effect.
For more information on validation groups, see BaseValidator.ValidationGroup.
The value of this property is stored in view state.