General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
The page you are viewing does not exist in version 18.1. This link will take you to the root page.
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
TabContainerDashboardItem.TabPages Property
Provides access to the collection of tab pages stored in the tab container.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v19.2.Core.dll
Declaration
public DashboardTabPageCollection TabPages { get; }
Public ReadOnly Property TabPages As DashboardTabPageCollection
Property Value
Type | Description |
---|---|
DashboardTabPageCollection | A collection of tab pages in the tab container. |
Remarks
To obtain a dashboard's tab page, iterate over tab containers and use the TabPages property to iterate over a container's tab pages.
You can add a tab page to the collection by doing one of the following:
- Use the collection's Add/AddRange methods.
- Use the TabContainerDashboardItem.CreateTabPage method.
See Also
Feedback