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

TabCollection(ASPxTabControl) Constructor

Initializes a new instance of the TabCollectionclass specifying its owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public TabCollection(
    ASPxTabControl tabControl
)

Parameters

Name Type Description
tabControl ASPxTabControl

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

Remarks

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

See Also