Create a Property control and attach it to the given PropertyData-derived object.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer.Web.WebControls (in EPiServer.Web.WebControls.dll) Version: 6.0.530.0

Syntax

C#
public Property(
	PropertyData prop
)

Parameters

prop
Type: EPiServer.Core..::.PropertyData
An initialized EPiServer.Core.PropertyData-derived object.

See Also