Back to Devexpress

TabCollectionBase Class

aspnet-devexpress-dot-web-b338132f.md

latest2.5 KB
Original Source

TabCollectionBase Class

Represents the base class for collections of tabs (tabbed pages).

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Remarks

The TabCollectionBase serves as the base class which implements the common functionality for a collection of tabs or tabbed pages. This functionality is inherited by the TabCollectionBase class’s descendants which are the ASPxTabControl‘s collection of tabs (the TabCollection class) and the ASPxPageControl‘s collection of pages (the TabPageCollection class).

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection TabCollectionBase TabCollection

TabPageCollection

BootstrapTabPageCollection

BootstrapTabCollection

MVCxTabCollection

MVCxTabPageCollection

See Also

TabCollectionBase Members

TabCollection

TabPageCollection

Page Control and Tab Control

DevExpress.Web Namespace