Click or drag to resize
ZoneConfiguration Class
Represents the zone within the EditableAreasConfiguration configuration class.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.MvcZoneConfiguration

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

The ZoneConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodZoneConfiguration
Creates an instance of ZoneConfiguration class.
Top
Properties
  NameDescription
Public propertyIdentifier
Identifier of the widget zone.
Public propertyWidgets
List of widgets within the zone.
Top
See Also