Click or drag to resize
RegisterFormSectionAttribute Class
Registers a section to Form builder.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kentico.Forms.Web.MvcRegisterComponentAttribute
      Kentico.Forms.Web.MvcRegisterFormSectionAttribute

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public sealed class RegisterFormSectionAttribute : RegisterComponentAttribute

The RegisterFormSectionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterFormSectionAttribute(String, String, String)
Creates an instance of the RegisterFormSectionAttribute class.
Public methodRegisterFormSectionAttribute(String, Type, String)
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.)
Public propertyPropertiesType
Type of the section properties model. The type needs to implement the IFormSectionProperties interface.
Top
Methods
See Also