Back to Devexpress

TabPageCollection Class

aspnet-devexpress-dot-web-b2a5eef9.md

latest2.8 KB
Original Source

TabPageCollection Class

Represents a collection of tabbed pages within the ASPxPageControl.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TabPageCollection :
    TabCollectionBase
vb
Public Class TabPageCollection
    Inherits TabCollectionBase

The following members return TabPageCollection objects:

Remarks

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

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection TabCollectionBase TabPageCollection BootstrapTabPageCollection

MVCxTabPageCollection

See Also

TabPageCollection Members

TabPages

Page Control and Tab Control

DevExpress.Web Namespace