[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TextLengthValidator.Validate

Validate Method

Validate(ValidateActionContext)

Validates whether the specified value satisfy the given condition by the context.

Declaration
protected override bool Validate(ValidateActionContext context)
Protected Overrides Function Validate(context As ValidateActionContext) As Boolean
Parameters
Type Name Description
ValidateActionContext context
Returns
Type Description
bool

true if is validated; false otherwise

Overrides