Click or drag to resize
FormEngineUserControlHasValue 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#
public virtual bool HasValue { get; }

Property Value

Type: Boolean

Implements

IFormControlHasValue
See Also