Click or drag to resize
FormEngineUserControlSetValue Method (String, Object)
Sets the property value of the control, setting the value affects only local property value.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public override bool SetValue(
	string propertyName,
	Object value
)

Parameters

propertyName
Type: SystemString
Property name to set
value
Type: SystemObject
New property value

Return Value

Type: Boolean

Implements

ISimpleDataContainerSetValue(String, Object)
See Also