Click or drag to resize
FormHelperHasListControl Method
Returns true if field uses list control (DropDownList, RadioButtonsList, ...)

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static bool HasListControl(
	FormFieldInfo fieldInfo
)

Parameters

fieldInfo
Type: CMS.FormEngineFormFieldInfo

Return Value

Type: Boolean
See Also