Click or drag to resize
EditableAreaConfiguration Class
Represents the editable area configuration within a FormBuilderConfiguration instance.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcEditableAreaConfiguration

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

The EditableAreaConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodEditableAreaConfiguration
Initializes a new instance of the EditableAreaConfiguration class.
Top
Fields
  NameDescription
Public fieldStatic memberIDENTIFIER
Name of the default editable area used in the Form builder.
Top
Properties
  NameDescription
Public propertyIdentifier
Identifier of the editable area.
Public propertySections
Sections within the editable area.
Top
See Also