Click or drag to resize
ZoneConfiguration Class
Represents the zone configuration within a SectionConfiguration instance.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcZoneConfiguration

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

The ZoneConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodZoneConfiguration
Initializes a new instance of the ZoneConfiguration class.
Top
Properties
  NameDescription
Public propertyFormComponents
Form components within the zone.
Public propertyIdentifier
Identifier of the zone.
Public propertyName
Name of the form zone.
Top
See Also