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.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
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