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

TabCollectionBase(ASPxTabControlBase) Constructor

Initializes a new instance of the TabCollectionBaseclass specifying its owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public TabCollectionBase(
    ASPxTabControlBase tabControl
)

Parameters

Name Type Description
tabControl ASPxTabControlBase

A ASPxTabControlBase object specifying the tab control that will own the collection.

Remarks

This constructor is used to create a new instance of the TabCollectionBase class specifying the tab control to which the collection belongs.

See Also