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

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