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

In This Topic
    CausesValidation Property (C1ButtonFieldBase)
    In This Topic
    Gets or sets a value indicating whether validation is performed when a button in a column is clicked.
    Syntax
    'Declaration
     
    Public Overridable Property CausesValidation As System.Boolean
    public virtual System.bool CausesValidation {get; set;}

    Property Value

    The default value is false. True to perform validation when a button in a column is clicked, otherwise false.
    See Also