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

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

Property Value

Type: DictionaryIDataDefinitionItem, ListControl
See Also