Click or drag to resize
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.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public virtual bool CheckRegularExpression { get; set; }

Property Value

Type: Boolean
See Also