Back to Devexpress

TabControlTemplateContainer Class

aspnet-devexpress-dot-web-2f205e2f.md

latest2.9 KB
Original Source

TabControlTemplateContainer Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TabControlTemplateContainer :
    TabControlTemplateContainerBase
vb
Public Class TabControlTemplateContainer
    Inherits 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..

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase ItemTemplateContainerBase TabControlTemplateContainerBase TabControlTemplateContainer

See Also

TabControlTemplateContainer Members

DevExpress.Web Namespace