Click or drag to resize
EditingComponentAttribute Class
Denotes a property that can be edited using the specified form component. Use the optional properties of the attribute to configure the basic properties of the form component assigned or use EditingComponentPropertyAttribute to further configure the form component.
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 class EditingComponentAttribute : Attribute

The EditingComponentAttribute type exposes the following members.

Constructors
  NameDescription
Public methodEditingComponentAttribute
Initializes a new instance of the EditingComponentAttribute class.
Top
Properties
  NameDescription
Public propertyDefaultValue
Gets or sets the default value of the form component.
Public propertyExplanationText
Gets or sets the explanation text of the form component.
Public propertyFormComponentIdentifier
Identifier of the form component to be used for editing.
Public propertyLabel
Gets or sets the label of the form component.
Public propertyOrder
Gets or sets the order weight of the form component.
Public propertyTooltip
Gets or sets the tooltip of the form component.
Top
See Also