Skip to main content
A newer version of this page is available. .
Tab

PageControlTemplateContainer Class

Represents a container for the templates used to render tabs within the ASPxPageControl.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class PageControlTemplateContainer :
    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.

See Also