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: 10.0.0
Syntaxpublic bool CheckFieldEmptiness { get; set; }
Property Value
Type:
Boolean
See Also