Skip to main content

XtraTabPageCollection Class

Represents a tab control’s page collection.

Namespace: DevExpress.XtraTab

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