Skip to main content
Tab

PageControlTemplateContainer(TabPage, Boolean) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PageControlTemplateContainer(
    TabPage tabPage,
    bool active
)

Parameters

Name Type Description
tabPage TabPage

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

active Boolean

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

See Also