dashboard-devexpress-dot-dashboardcommon-a9e7726b.md
A collection of DashboardTabPage objects.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class DashboardTabPageCollection :
NamedItemCollection<DashboardTabPage>,
IXmlSerializableElement
Public Class DashboardTabPageCollection
Inherits NamedItemCollection(Of DashboardTabPage)
Implements IXmlSerializableElement
The following members return DashboardTabPageCollection objects:
The DashboardTabPageCollection is accessible using the TabContainerDashboardItem.TabPages property.
The order of displayed tab pages correlates with tab page indexes in the collection. To change the position of tab page, remove it from the collection and insert at a new index.
Object Collection<DashboardTabPage> NotifyingCollection<DashboardTabPage> NamedItemCollection<DashboardTabPage> DashboardTabPageCollection
See Also