DashboardTabPageCollection Class
In This Article
A collection of DashboardTabPage objects.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public class DashboardTabPageCollection :
NamedItemCollection<DashboardTabPage>,
IXmlSerializableElement
#Related API Members
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.
See Also