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

TabControlTemplateContainer(Tab, Boolean) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public TabControlTemplateContainer(
    Tab tab,
    bool active
)

Parameters

Name Type Description
tab Tab

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