Creates an IPropertyControl that is used to display a user interface for the property.

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public virtual IPropertyControl CreatePropertyControl()

Return Value

An IPropertyControl that is used to display a user interface for the property.

Remarks

It is possible to change which control should be used by registering a different IPropertyControl for the PropertyData class in PropertyControlClassFactory.

See Also