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

BootstrapTabPageCollection(ASPxPageControl) Constructor

Initializes a new instance of the BootstrapTabPageCollection class with the specified owner.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public BootstrapTabPageCollection(
    ASPxPageControl tabControl
)

Parameters

Name Type Description
tabControl ASPxPageControl

A ASPxPageControl object that is the owner of the created object.

See Also