Click or drag to resize
SectionDefinition Class
Definition of registered section for 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 SectionDefinition : ComponentDefinitionBase, 
	IFormBuilderDefinition

The SectionDefinition type exposes the following members.

Constructors
  NameDescription
Public methodSectionDefinition
Creates an instance of the SectionDefinition class.
Top
Properties
  NameDescription
Public propertyDescription
Description of the registered section.
Public propertyIconClass
Icon CSS class of the registered section.
Public propertyIdentifier
Unique identifier of the component definition.
(Inherited from ComponentDefinitionBase.)
Public propertyName
Name of the registered component.
(Inherited from ComponentDefinitionBase.)
Public propertySectionType
Gets the type of the section.
Top
See Also