TabCollectionBase Class
Represents the base class for collections of tabs (tabbed pages).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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