Click or drag to resize
SectionModel Class
View model that contains information about rendering form components in the sections.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.Mvc.InternalSectionModel

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class SectionModel

The SectionModel type exposes the following members.

Constructors
  NameDescription
Public methodSectionModel
Creates instance of view model for section.
Top
Properties
  NameDescription
Public propertyRenderingConfiguration
Configuration for the form fields rendering.
Public propertyZoneIndex
Contains an index of the zone in ZonesContent which is to be (or is being) rendered.
Public propertyZonesContent
Ordered list of form components rendered for each zone.
Top
See Also