Click or drag to resize
ListFormControlSetControlValue Method
Sets selected item(s) of the ListControl based on the given value. The value may contain more items separated by Separator in multiple selection mode.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
protected virtual void SetControlValue(
	Object value
)

Parameters

value
Type: SystemObject
Value to be set
See Also