[]
        
(Showing Draft Content)

FarPoint.Win.Spread.BaseDataValidator.Validate

Validate Method

Validate(ValidateActionContext)

Validates whether the specified value satisfies the condition provided in the context parameter.

Declaration
protected virtual bool Validate(ValidateActionContext context)
Protected Overridable Function Validate(context As ValidateActionContext) As Boolean
Parameters
Type Name Description
ValidateActionContext context

A ValidateActionContext value that indicates which value is validated, and that contains relative context information.

Returns
Type Description
bool

true if is validated; false otherwise