TabCollectionBase Class
In This Article
Represents the base class for collections of tabs (tabbed pages).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TabCollectionBase :
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).
#Inheritance
See Also