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