Click or drag to resize
FormComponentConfiguration Class
Represents the configuration of a form component within a ZoneConfiguration instance.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcFormComponentConfiguration

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 FormComponentConfiguration

The FormComponentConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodFormComponentConfiguration
Top
Properties
  NameDescription
Public propertyIdentifier
Gets the identifier of the form component instance.
Public propertyProperties
Gets or sets the form component properties.
Public propertyTypeIdentifier
Gets or sets the identifier of the form component definition.
Top
See Also