Skip to main content
A newer version of this page is available. .

DashboardLayoutTabPage(DashboardTabPage, DashboardLayoutNode[]) Constructor

Initializes a new instance of the DashboardLayoutTabPage class for the specified dashboard item containing the specified layout nodes.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DashboardLayoutTabPage(
    DashboardTabPage page,
    params DashboardLayoutNode[] items
)

Parameters

Name Type Description
page DashboardTabPage

A DashboardTabPage instance that is the tab page in the dashboard object model.

items DashboardLayoutNode[]

An array of DashboardLayoutNode descendants that specify child layout items and groups.

See Also