ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface / PostValidation Property

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