DynamicValidator.EvaluateIsValid Method

Definition

Determines whether the value in the input control to validate is valid.

protected:
 override bool EvaluateIsValid();
protected override bool EvaluateIsValid ();
override this.EvaluateIsValid : unit -> bool
Protected Overrides Function EvaluateIsValid () As Boolean

Returns

true if the validation control that is evaluated is valid; otherwise, false.

Applies to