Skip to main content
A newer version of this page is available. .
Tab

TabBase Class

Represents the base class for the Tab and TabPage classes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class TabBase :
    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).

See Also