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

Property Value

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