Click or drag to resize
FormEngineWebControlValueElementID 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: 9.0.0
Syntax
C#
public virtual string ValueElementID { get; }

Property Value

Type: String

Implements

IFormControlValueElementID
See Also