C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1ButtonFieldBase Class / ValidationGroup Property

In This Topic
ValidationGroup Property (C1ButtonFieldBase)
In This Topic
Gets or sets the name of the group of validation controls to validate when a button in a column is clicked.
Syntax
'Declaration
 
Public Overridable Property ValidationGroup As System.String
 

Property Value

The default value is an empty string. The name of the validation group to validate when a button in a column is clicked.
See Also