Skip to main content

BootstrapTabPageCollection Class

Represents a collection of tabbed pages within the BootstrapPageControl.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapTabPageCollection :
    TabPageCollection

The following members return BootstrapTabPageCollection objects:

Remarks

A page control holds its tabbed pages within a collection which is represented by an instance of the BootstrapTabPageCollection class and can be accessed via the BootstrapPageControl.TabPages property. The properties and methods exposed by the BootstrapTabPageCollection class can be used to perform common collection operations such as adding new or deleting existing pages. Each item of the collection is represented by a BootstrapTabPage object. Individual pages can be accessed using indexer notation, by their names or display texts using the specific methods of the collection.

See Also