BasicFormCheckFieldEmptiness Property |
Indicates that field should be checked on emptiness in validation step by BasicForm. Default TRUE.
It is preferable to set to FALSE for controls with complex input such as filter form.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntaxpublic bool CheckFieldEmptiness { get; set; }
Property Value
Type:
Boolean
See Also