TemplateBasedControl class
SharePoint Online
Represents a control that is defined by a template rather than by the schema of the list.
System.Object
System.Web.UI.Control
Microsoft.SharePoint.WebControls.SPControl
Microsoft.SharePoint.WebControls.TemplateBasedControl
System.Web.UI.Control
Microsoft.SharePoint.WebControls.SPControl
Microsoft.SharePoint.WebControls.TemplateBasedControl
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Use this class (or one of its derived classes) as a base for deriving specific types of template-rendered controls. You can use an existing template that is included with Windows SharePoint Services 3.0 or create your own.
Templates are objects of type ITemplate. Typically they serve as the value of the RenderingTemplate.Template property. RenderingTemplate objects are defined in .ascx files located in the following folder:
%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\template\controltemplates
System.Object
System.Web.UI.Control
Microsoft.SharePoint.WebControls.SPControl
Microsoft.SharePoint.WebControls.TemplateBasedControl
Microsoft.SharePoint.WebControls.FormComponent
Microsoft.SharePoint.WebControls.ListViewSelector
Microsoft.SharePoint.WebControls.PagingButton
Microsoft.SharePoint.WebControls.RecentChangesIterator
Microsoft.SharePoint.WebControls.RecentChangesMenu
Microsoft.SharePoint.WebControls.TemplateContainer
Microsoft.SharePoint.WebControls.ToolBarMenuButton
Microsoft.SharePoint.WebControls.ViewToolBar
Microsoft.SharePoint.WebControls.WikiReport
Microsoft.SharePoint.WebControls.WikiReportIterator
System.Web.UI.Control
Microsoft.SharePoint.WebControls.SPControl
Microsoft.SharePoint.WebControls.TemplateBasedControl
Microsoft.SharePoint.WebControls.FormComponent
Microsoft.SharePoint.WebControls.ListViewSelector
Microsoft.SharePoint.WebControls.PagingButton
Microsoft.SharePoint.WebControls.RecentChangesIterator
Microsoft.SharePoint.WebControls.RecentChangesMenu
Microsoft.SharePoint.WebControls.TemplateContainer
Microsoft.SharePoint.WebControls.ToolBarMenuButton
Microsoft.SharePoint.WebControls.ViewToolBar
Microsoft.SharePoint.WebControls.WikiReport
Microsoft.SharePoint.WebControls.WikiReportIterator
Show: