CausesValidation Property (C1TextBox)
Gets or sets a value indicating whether the control causes validation (i.e. calls Validated and Validating events)
public new bool CausesValidation {get; set;}
'Declaration
Public Shadows Property CausesValidation As Boolean