Gets or sets the PropertyData for the IPropertyControl.

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

Syntax

C#
public PropertyData PropertyData { get; set; }

Field Value

The PropertyData that is to be displayed or edited.

Implements

IPropertyControl..::.PropertyData

See Also