ValidationRuleTValueIsValueValid Method |
Validates the form component's value and returns true if the value is valid.
This method is used by system.
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax public override sealed bool IsValueValid(
Object value
)
Parameters
- value
- Type: SystemObject
Value of the form component.
Return Value
Type:
Booleantrue if the value is valid, otherwise false.
See Also