Try our conversational search powered by Generative AI!

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