ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1ButtonFieldBase Class / ValidationGroup Property

In This Topic
    ValidationGroup Property
    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
    public virtual System.string ValidationGroup {get; set;}

    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