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

TabControlTemplateContainerBase(TabBase, Boolean) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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