Click or drag to resize
SectionModelZonesContent Property
Ordered list of form components rendered for each zone.

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public IList<IList<FormComponent>> ZonesContent { get; set; }

Property Value

Type: IListIListFormComponent
See Also