Skip to main content
Tab

TabControlTemplateContainerBase(TabBase, Boolean) Constructor

Initializes a new instance of the TabControlTemplateContainerBase object with the specified parameters.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TabControlTemplateContainerBase(
    TabBase tab,
    bool active
)

Parameters

Name Type Description
tab TabBase

A TabBase object representing the tab page for which the template is instantiated.

active Boolean

true if a tab template is also rendered for an active tab; otherwise, false.

See Also