Interface IPropertyDataControl
Defines the signature that a webcontrol/usercontrol that renders property data should implement
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public interface IPropertyDataControl : IRenderTemplateProperties
CurrentData
Gets or sets the data that should be rendered by the control.
Declaration
object CurrentData { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Object | The block data. | 
