aspnet-devexpress-dot-web-157c36a2.md
Represents the base class for the Tab and TabPage classes.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class TabBase :
ContentControlCollectionItem
Public Class TabBase
Inherits ContentControlCollectionItem
The following members return TabBase objects:
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).
Show 11 items
Object StateManager CollectionItem ContentControlCollectionItem TabBase Tab
See Also