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.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetControlValue(
	Object value
)

Parameters

value
Type: SystemObject
Value to be set
See Also