Click or drag to resize
RegisterFormSectionAttribute Properties

The RegisterFormSectionAttribute type exposes the following members.

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
See Also