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

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

Property Value

Type: DictionaryIField, ListControl
See Also