CausesValidation Property (C1CommandField)
Gets or sets a value indicating whether validation is performed when a button in a column is clicked.
public override System.bool CausesValidation {get; set;}
'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.