Back to Devexpress

DashboardTabPageCollection Class

dashboard-devexpress-dot-dashboardcommon-a9e7726b.md

latest2.3 KB
Original Source

DashboardTabPageCollection Class

A collection of DashboardTabPage objects.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DashboardTabPageCollection :
    NamedItemCollection<DashboardTabPage>,
    IXmlSerializableElement
vb
Public Class DashboardTabPageCollection
    Inherits NamedItemCollection(Of DashboardTabPage)
    Implements IXmlSerializableElement

The following members return DashboardTabPageCollection objects:

Remarks

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.

Inheritance

Object Collection<DashboardTabPage> NotifyingCollection<DashboardTabPage> NamedItemCollection<DashboardTabPage> DashboardTabPageCollection

See Also

DashboardTabPageCollection Members

Tab Container

DevExpress.DashboardCommon Namespace