aspnet-devexpress-dot-web-3cbccc55.md
Represents a container for the templates used to render tabs within the ASPxPageControl.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class PageControlTemplateContainer :
TabControlTemplateContainerBase
Public Class PageControlTemplateContainer
Inherits TabControlTemplateContainerBase
The PageControlTemplateContainer class represents a container cell for the templates used to render tabs within the ASPxPageControl.
Objects of the PageControlTemplateContainer type are automatically instantiated when a template of one of the following types is created: the ASPxPageControl.ActiveTabTemplate, ASPxPageControl.TabTemplate, TabPage.ActiveTabTemplate, TabPage.TabTemplate.
Object Control TemplateContainerBase ItemTemplateContainerBase TabControlTemplateContainerBase PageControlTemplateContainer
See Also