Click or drag to resize
IFormControlHasValue Property
Returns true if the control has value, if false, the value from the control should not be used within the form to update the data

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
bool HasValue { get; }

Property Value

Type: Boolean
See Also