ComponentOne List for WinForms
C1.Win.C1List Namespace / ValueItems Class / Validate Property

In This Topic
    Validate Property (ValueItems)
    In This Topic
    Sets or retrieves whether input values are validated using the ValueItemCollection.
    Syntax
    'Declaration
     
    
    Public Property Validate As Boolean
    public bool Validate {get; set;}
    See Also