| RegisterFormComponentAttribute Class |
Namespace: Kentico.Forms.Web.Mvc
public sealed class RegisterFormComponentAttribute : RegisterComponentAttribute
The RegisterFormComponentAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| RegisterFormComponentAttribute |
Initializes a new instance of the RegisterFormComponentAttribute class.
|
| Name | Description | |
|---|---|---|
| Description |
Description of the registered component.
| |
| IconClass |
Font-icon CSS class of the registered component.
| |
| Identifier |
Unique identifier of the definition.
(Inherited from RegisterComponentAttribute.) | |
| IsAvailableInFormBuilderEditor |
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.
| |
| MarkedType |
Type of the registered component controller.
(Inherited from RegisterComponentAttribute.) | |
| Name |
Name of the registered component.
(Inherited from RegisterComponentAttribute.) | |
| ViewName |
Name of the view to render.
|
| Name | Description | |
|---|---|---|
| PreInit |
Registers the form component during application pre-initialization.
(Overrides RegisterComponentAttributePreInit.) |