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