SectionModelZonesContent Property |
Ordered list of form components rendered for each zone.
Namespace: Kentico.Forms.Web.Mvc.InternalAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntaxpublic IList<IList<FormComponent>> ZonesContent { get; set; }
Property Value
Type:
IListIListFormComponent
See Also