EditingComponentPropertyAttribute Class |
Namespace: Kentico.Forms.Web.Mvc
public class EditingComponentPropertyAttribute : Attribute
The EditingComponentPropertyAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | EditingComponentPropertyAttribute |
Initializes a new instance of the EditingComponentPropertyAttribute class.
|
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.
|
Name | Description | |
---|---|---|
![]() | GetPropertyValue |
Returns the value of the property to be assigned to the editing component.
|