Skip to main content

DashboardLayoutTabContainer(TabContainerDashboardItem) Constructor

Initializes a new instance of the DashboardLayoutTabContainer class for the specified dashboard tab container.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardLayoutTabContainer(
    TabContainerDashboardItem tabContainer
)

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