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

Property Value

Type: Boolean
See Also