ListFormWebPart.Template Property
Gets or sets the template that defines how the child controls are populated on the Web Part.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[TemplateContainerAttribute(typeof(TemplateContainer))] [BrowsableAttribute(false)] [WebPartStorageAttribute(Storage.None)] public ITemplate Template { get; set; }
Property Value
Type: System.Web.UI.ITemplateThe template that defines how the child controls are populated. If not set, the template for the current TemplateName is returned.