ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / PreValidation Property

In This Topic
    PreValidation Property (C1DropDownControl)
    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
     
    Public ReadOnly Property PreValidation As PreValidation
    public PreValidation PreValidation {get;}
    See Also