Click or drag to resize
ListFormControlGetControlValue Method
Returns string with selected value of the ListControl. The string 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: 11.0.0
Syntax
C#
protected virtual Object GetControlValue()

Return Value

Type: Object
See Also