Back to Devexpress

TabBase Class

aspnet-devexpress-dot-web-157c36a2.md

latest2.6 KB
Original Source

TabBase Class

Represents the base class for the Tab and TabPage classes.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TabBase :
    ContentControlCollectionItem
vb
Public Class TabBase
    Inherits ContentControlCollectionItem

The following members return TabBase objects:

Remarks

The TabBase serves as the base class which implements the main functionality of a tab or tabbed page object. This functionality is inherited by the TabBase class’s descendants which represent a tab object within the ASPxTabControl (the Tab class) and a tabbed page object within the ASPxPageControl (the TabPage class).

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Show 11 items

Object StateManager CollectionItem ContentControlCollectionItem TabBase Tab

TabPage

BootstrapTabPage

BootstrapTab

MVCxTab

MVCxTabPage

See Also

TabBase Members

Tab

TabPage

Page Control and Tab Control

DevExpress.Web Namespace