DashboardLayoutTabContainer(TabContainerDashboardItem) Constructor
Initializes a new instance of the DashboardLayoutTabContainer class for the specified dashboard tab container.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
tabContainer | TabContainerDashboardItem | A TabContainerDashboardItem object specifying the dashboard tab container that will be displayed in a created layout item. This value is assigned to the DashboardLayoutNode.DashboardItem property. |
See Also