Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / PreValidation Property

In This Topic
    PreValidation Property (C1TextBox)
    In This Topic
    Gets the validation rules applied before parsing, that is, before converting the string entered by the user to the DataType (raw string validation).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PreValidation As PreValidation
    public PreValidation PreValidation {get;}
    See Also