Class PropertyControlBase<T>
Base class for usercontrols that renders properties
Inheritance
System.Object
PropertyControlBase<T>
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 8.11.0Syntax
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 |