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

TabPageCollection(ASPxPageControl) Constructor

Initializes a new instance of the TabPageCollectionclass specifying its owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public TabPageCollection(
    ASPxPageControl pageControl
)

Parameters

Name Type Description
pageControl ASPxPageControl

A ASPxPageControl object specifying the page control that will own the collection.

Remarks

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

See Also