Skip to main content

DashboardLayoutTabContainer(TabContainerDashboardItem, Double, DashboardLayoutTabPage[]) Constructor

Initializes a new instance of the DashboardLayoutTabContainer class with the specified weight 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,
    double weight,
    params DashboardLayoutTabPage[] pages
)

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.

weight Double

A Double value that specifies the relative size of the layout item. This value is assigned to the DashboardLayoutNode.Weight property.

pages DashboardLayoutTabPage[]

An array of the layout tab pages in the container.

See Also