Back to Devexpress

BootstrapTabPageCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-95966164.md

latest2.4 KB
Original Source

BootstrapTabPageCollection Class

Represents a collection of tabbed pages within the BootstrapPageControl.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapTabPageCollection :
    TabPageCollection
vb
Public Class BootstrapTabPageCollection
    Inherits 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.

Inheritance

Object StateManagedCollectionBase Collection TabCollectionBase TabPageCollection BootstrapTabPageCollection

See Also

BootstrapTabPageCollection Members

TabPages

Tab Control

DevExpress.Web.Bootstrap Namespace