SectionDefinition Class |
Namespace: Kentico.Forms.Web.Mvc
public sealed class SectionDefinition : ComponentDefinitionBase, IFormBuilderDefinition, IComponentDefinition
The SectionDefinition type exposes the following members.
Name | Description | |
---|---|---|
![]() | SectionDefinition |
Creates an instance of the SectionDefinition class.
|
Name | Description | |
---|---|---|
![]() | ControllerName |
Name of the registered section controller - this property is based on SectionType. Name property without "Controller" suffix.
|
![]() | DefaultPropertiesActionName |
Name of the default properties action.
|
![]() | Description |
Description of the registered section.
|
![]() | IconClass |
Icon CSS class of the registered section.
|
![]() | Identifier |
Unique identifier of the component definition.
(Inherited from ComponentDefinitionBase.) |
![]() | IsCustom |
Indicates if custom view path is used.
|
![]() | Name |
Name of the registered component.
(Inherited from ComponentDefinitionBase.) |
![]() | PropertiesFormMarkupControllerName |
Name of the properties form markup controller.
|
![]() | PropertiesType |
Type of the registered section properties model.
|
![]() | RouteName |
Name of the route under which is the section available.
|
![]() | SectionType |
Gets the type of the section.
|
![]() | ViewPath |
View path of the section component.
|