Click or drag to resize
SectionModel Class
View model for rendering form 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: 12.0.0
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 propertyZonesContent
Ordered list of form components rendered for each zone.
Top
See Also