EntityTemplate.ItemTemplate Property
.NET Framework (current version)
Gets or sets the custom content for the data item in a EntityTemplate control.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
<BrowsableAttribute(False)> <PersistenceModeAttribute(PersistenceMode.InnerProperty)> <TemplateContainerAttribute(GetType(INamingContainer))> Public Overridable Property ItemTemplate As ITemplate
Property Value
Type: System.Web.UI.ITemplateThe custom content for the data item in a EntityTemplate control.
The ASP.NET controls in the DynamicData\EntityTemplates folder of a Dynamic Data project contain markup that uses this property.
.NET Framework
Available since 4.0
Available since 4.0
Show: