Click or drag to resize
EditingComponentPropertyAttributePropertyValue Property
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.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public Object PropertyValue { get; }

Property Value

Type: Object
See Also