Creates a new instance of PropertyAppSettingsControl.

Namespace:  EPiServer.SpecializedProperties
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public override IPropertyControl CreatePropertyControl()

Return Value

An PropertyAppSettingsControl 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 EPiServer.Core.PropertyControlClassFactory.

See Also