FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / RequiredRule Class / Validate Method
The value to check.

In This Topic
    Validate Method (RequiredRule)
    In This Topic
    Performs validation checks on a value.
    Syntax
    'Declaration
     
    
    Public Overrides Function Validate( _
       ByVal value As Object _
    ) As EditorValidationFailedReason
    public override EditorValidationFailedReason Validate( 
       object value
    )

    Parameters

    value
    The value to check.

    Return Value

    See Also