C1.Web.Wijmo.Controls.45 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
 

Property Value

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