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

TabControlTemplateContainer Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class TabControlTemplateContainer :
    TabControlTemplateContainerBase

Remarks

The TabControlTemplateContainer class represents a container cell for the templates used to render tabs within the ASPxTabControl.

Objects of the TabControlTemplateContainer type are automatically instantiated when a template of one of the following types is created: the ASPxTabControl.ActiveTabTemplate, ASPxTabControl.TabTemplate, Tab.ActiveTabTemplate, Tab.TabTemplate..

See Also