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

In This Topic
    Values Property
    In This Topic
    Gets or sets a predefined values used for matching the input value.
    Syntax
    'Declaration
     
    
    Public Property Values As IList
    public IList Values {get; set;}
    See Also