XtraTabPageCollection Class
Represents a tab control’s page collection.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
[ListBindable(false)]
public class XtraTabPageCollection :
CollectionBase,
IList,
ICollection,
IEnumerable,
IEnumerable<XtraTabPage>
Related API Members
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