Class PropertyTemplateContainer
Used for template context on property level
Inheritance
System.Object
PropertyTemplateContainer
Implements
System.Web.UI.INamingContainer
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public class PropertyTemplateContainer : Control, INamingContainer
Constructors
PropertyTemplateContainer(PropertyData)
Constructor taking property as argument
Declaration
public PropertyTemplateContainer(PropertyData property)
Parameters
Type | Name | Description |
---|---|---|
Property |
property | Property to host |
Properties
DataItem
To support same syntax as System.
Declaration
public object DataItem { get; }
Property Value
Type | Description |
---|---|
System. |
Property
Property that is being hosted
Declaration
public PropertyData Property { get; }
Property Value
Type | Description |
---|---|
Property |
Implements
System.Web.UI.INamingContainer