aspnetbootstrap-devexpress-dot-web-dot-bootstrap-95966164.md
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
public class BootstrapTabPageCollection :
TabPageCollection
Public Class BootstrapTabPageCollection
Inherits TabPageCollection
The following members return BootstrapTabPageCollection objects:
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.
Object StateManagedCollectionBase Collection TabCollectionBase TabPageCollection BootstrapTabPageCollection
See Also