TabBase Class
In This Article
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
#Declaration
public class TabBase :
ContentControlCollectionItem
#Related API Members
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).
#Inheritance
See Also