Click or drag to resize
RegisterFormComponentAttribute Class
Registers a form component to Form builder.
Inheritance Hierarchy

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 RegisterFormComponentAttribute : RegisterComponentAttribute

The RegisterFormComponentAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterFormComponentAttribute
Initializes a new instance of the RegisterFormComponentAttribute class.
Top
Properties
  NameDescription
Public propertyDescription
Description of the registered component.
Public propertyIconClass
Font-icon CSS class of the registered component.
Public propertyIdentifier
Unique identifier of the definition.
(Inherited from RegisterComponentAttribute.)
Public propertyIsAvailableInFormBuilderEditor
Determines if the form component can be added via Form builder UI to a form. Set to false to allow the component to be used programmatically only. True by default.
Public propertyMarkedType
Type of the registered component controller.
(Inherited from RegisterComponentAttribute.)
Public propertyName
Name of the registered component.
(Inherited from RegisterComponentAttribute.)
Public propertyViewName
Name of the view to render.
Top
Methods
See Also