FormEngineUserControlCheckMinMaxLength Property |
Indicates that field should be checked on min/max input length in validation step by BasicForm. Default FALSE.
It is preferable to set to TRUE for simple text input controls such as TextBox.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax public virtual bool CheckMinMaxLength { get; set; }
Property Value
Type:
BooleanSee Also