Back to Devexpress

XtraTabPageCollection Class

windowsforms-devexpress-dot-xtratab-4ed2d21d.md

latest2.1 KB
Original Source

XtraTabPageCollection Class

Represents a tab control’s page collection.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[ListBindable(false)]
public class XtraTabPageCollection :
    CollectionBase,
    IList,
    ICollection,
    IEnumerable,
    IEnumerable<XtraTabPage>
vb
<ListBindable(False)>
Public Class XtraTabPageCollection
    Inherits CollectionBase
    Implements IList,
               ICollection,
               IEnumerable,
               IEnumerable(Of 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

XtraTabPageCollection Members

TabPages

DevExpress.XtraTab Namespace