FormEngineUserControlCheckRegularExpression Property |
Indicates that field should be checked on regular expressions in validation step by BasicForm. Default FALSE.
It is preferable to set to TRUE for controls where user should be able to enter text such as TextBox.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntaxpublic virtual bool CheckRegularExpression { get; set; }
Property Value
Type:
Boolean
See Also