Back to Devexpress

TabCollection Class

aspnet-devexpress-dot-web-7a3c9130.md

latest2.6 KB
Original Source

TabCollection Class

Represents a collection of tabs within the ASPxTabControl.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return TabCollection objects:

Remarks

A tab control holds its tabs within a collection which is represented by an instance of the TabCollection class and can be accessed via the ASPxTabControl.Tabs property. The properties and methods exposed by the TabCollection class can be used to perform common collection operations such as adding new or deleting the existing tabs. Each item of the collection is represented by a Tab object. Individual tabs 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 TabCollection BootstrapTabCollection

MVCxTabCollection

See Also

TabCollection Members

Tabs

Page Control and Tab Control

DevExpress.Web Namespace