Skip to main content
Tab

TabCollectionBase Class

Represents the base class for collections of tabs (tabbed pages).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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).

Implements

DevExpress.Utils.IAssignableCollection
See Also