Skip to main content

DashboardLayoutTabPage(DashboardLayoutGroupOrientation, DashboardTabPage, DashboardLayoutNode[]) Constructor

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Parameters

Name Type Description
orientation DashboardLayoutGroupOrientation

A DevExpress.DashboardCommon.DashboardLayoutGroupOrientation enumeration member that specifies how the dashboard layout items are arranged.

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