Click or drag to resize
DataDefinitionItemsList Property
Returns list of all FormItems.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public List<IField> ItemsList { get; protected set; }

Property Value

Type: ListIField
See Also