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

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

    Property Value

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