Calendar for WinForms | ComponentOne
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface / PreValidation Property

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