Click or drag to resize
IFormBuilderDefinition Interface
Definition of a component with markup for Form builder.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public interface IFormBuilderDefinition

The IFormBuilderDefinition type exposes the following members.

Properties
  NameDescription
Public propertyDefinitionType
Gets the type of the component.
Public propertyIdentifier
Unique identifier of the component definition.
Public propertyName
Name of the registered component.
Top
See Also