When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
Namespace:
EPiServer.Web.WebControlsAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
protected override bool EvaluateIsValid() |
Return Value
true if the value in the input control is valid; otherwise, false.
Remarks
Since this control is programatically added when an errormessage should be displayed it always returns false.