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.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax protected virtual void SetControlValue(
Object value
)
Parameters
- value
- Type: SystemObject
Value to be set
See Also