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

In This Topic
    ValuesExcluded Property
    In This Topic
    Gets or sets a list of values that are not permitted as input value.
    Syntax
    'Declaration
     
    
    Public Property ValuesExcluded As IList
    public IList ValuesExcluded {get; set;}
    See Also