Skip to main content
A newer version of this page is available. .

XtraTabPageCollection Class

Represents a tab control’s page collection.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

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

The following members accept/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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the XtraTabPageCollection class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
CollectionBase
XtraTabPageCollection
See Also