Click or drag to resize
BasicFormAssociatedControls Property
Controls associated with FormItems.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public Dictionary<IDataDefinitionItem, List<Control>> AssociatedControls { get; set; }

Property Value

Type: DictionaryIDataDefinitionItem, ListControl
See Also