DashboardTabPageCollection Class
A collection of DashboardTabPage objects.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public class DashboardTabPageCollection :
NamedItemCollection<DashboardTabPage>,
IXmlSerializableElement
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