Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XtraTabPageCollection Class

Represents a tab control’s page collection.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[ListBindable(false)]
public class XtraTabPageCollection :
    CollectionBase,
    IList,
    ICollection,
    IEnumerable,
    IEnumerable<XtraTabPage>

The following members return XtraTabPageCollection objects:

#Remarks

The XtraTabPageCollection class manages a collection of XtraTabPage objects. Individual tab pages can be accessed using index notation via the XtraTabPageCollection.Item property. This collection provides methods that allow you to add, move, remove tab pages and perform other common collection management tasks.

The collection of tab panels can be accessed via the tab control’s XtraTabControl.TabPages property.

#Inheritance

Object
CollectionBase
XtraTabPageCollection
See Also