London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class PropertyControlBase<T>

Base class for usercontrols that renders properties

Inheritance
System.Object
PropertyControlBase<T>
Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class PropertyControlBase<T> : UserControl, IPropertyDataControl<T>, IRenderTemplate<T>, IPropertyDataControl, IRenderTemplate
Type Parameters
Name Description
T

The type of the property value type.

Constructors

PropertyControlBase()

Declaration
public PropertyControlBase()

Properties

CurrentData

Declaration
public virtual T CurrentData { get; set; }
Property Value
Type Description
T

Explicit Interface Implementations

IPropertyDataControl.CurrentData

Declaration
object IPropertyDataControl.CurrentData { get; set; }
Returns
Type Description
System.Object

Implements

Extension Methods