Back to Devexpress

PageControlTemplateContainer Class

aspnet-devexpress-dot-web-3cbccc55.md

latest3.0 KB
Original Source

PageControlTemplateContainer Class

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

Declaration

csharp
public class PageControlTemplateContainer :
    TabControlTemplateContainerBase
vb
Public Class PageControlTemplateContainer
    Inherits TabControlTemplateContainerBase

Remarks

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.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase ItemTemplateContainerBase TabControlTemplateContainerBase PageControlTemplateContainer

See Also

PageControlTemplateContainer Members

DevExpress.Web Namespace