aspnet-devexpress-dot-web-b338132f.md
Represents the base class for collections of tabs (tabbed pages).
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class TabCollectionBase :
Collection
Public Class TabCollectionBase
Inherits Collection
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).
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection TabCollectionBase TabCollection
See Also