Click or drag to resize
AbstractDefaultLayoutFormElements Property
Gets visible form elements.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected Dictionary<FormCategoryInfo, List<FormFieldInfo>> FormElements { get; }

Property Value

Type: DictionaryFormCategoryInfo, ListFormFieldInfo
See Also