Click or drag to resize
RegisterFormSectionAttribute Class
Registers a section 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 RegisterFormSectionAttribute : RegisterComponentAttribute

The RegisterFormSectionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterFormSectionAttribute
Initializes a new instance of the RegisterFormSectionAttribute class.
Top
Properties
  NameDescription
Public propertyDescription
Description of the registered section.
Public propertyIconClass
Font-icon CSS class of the registered section.
Public propertyIdentifier
Unique identifier of the definition.
(Inherited from RegisterComponentAttribute.)
Public propertyMarkedType
Type of the registered component controller.
(Inherited from RegisterComponentAttribute.)
Public propertyName
Name of the registered component.
(Inherited from RegisterComponentAttribute.)
Top
Methods
See Also