True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / ValueItems Class / Validate Property

In This Topic
    Validate Property (ValueItems)
    In This Topic
    Gets or sets a value indicating whether values entered by the user must match on of the ValueItem objects.
    Syntax
    'Declaration
     
    Public Property Validate As System.Boolean
    public System.bool Validate {get; set;}
    See Also