| EditingComponentPropertyAttribute Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Kentico.Forms.Web.Mvc
 Syntax
Syntaxpublic class EditingComponentPropertyAttribute : Attribute
The EditingComponentPropertyAttribute type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | EditingComponentPropertyAttribute | 
            Initializes a new instance of the EditingComponentPropertyAttribute class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | PropertyName | 
            Name of the property whose value is being configured. The name must be a valid property name within corresponding Properties.
             | 
|  | PropertyValue | 
            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.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetPropertyValue | 
            Returns the value of the property to be assigned to the editing component.
             | 
 See Also
See Also