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.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public virtual string ValueElementID { get; }

Property Value

Type: String

Implements

IFormControlValueElementID
See Also