Click or drag to resize
FormEngineUserControlValueElementID Property
Gets ClientID of the control from which the Value is retrieved or null if such a control can't be specified.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual string ValueElementID { get; }

Property Value

Type: String

Implements

IFormControlValueElementID
See Also