Click or drag to resize
EditingComponentPropertyAttribute Class
Attribute specifying form component property's value. The attribute is to be used in conjunction with EditingComponentAttribute to further configure an assigned component.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kentico.Forms.Web.MvcEditingComponentPropertyAttribute

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class EditingComponentPropertyAttribute : Attribute

The EditingComponentPropertyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodEditingComponentPropertyAttribute
Initializes a new instance of the EditingComponentPropertyAttribute class.
Top
Properties
  NameDescription
Public propertyPropertyName
Name of the property whose value is being configured. The name must be a valid property name within corresponding Properties.
Public propertyPropertyValue
The value of the property this attribute was initialized with. The actual value assigned to the property is obtained via the GetPropertyValue method which can further process the value.
Top
Methods
  NameDescription
Public methodGetPropertyValue
Returns the value of the property to be assigned to the editing component.
Top
See Also