windowsforms-devexpress-dot-xtratab-4ed2d21d.md
Represents a tab control’s page collection.
Namespace : DevExpress.XtraTab
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[ListBindable(false)]
public class XtraTabPageCollection :
CollectionBase,
IList,
ICollection,
IEnumerable,
IEnumerable<XtraTabPage>
<ListBindable(False)>
Public Class XtraTabPageCollection
Inherits CollectionBase
Implements IList,
ICollection,
IEnumerable,
IEnumerable(Of XtraTabPage)
The following members return XtraTabPageCollection objects:
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.
Object CollectionBase XtraTabPageCollection
See Also