Skip to main content

DashboardTabPage.AddRange(DashboardItem[]) Method

In This Article

Adds the specified dashboard items to the tab page.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public void AddRange(
    params DashboardItem[] items
)

#Parameters

Name Type Description
items DashboardItem[]

An array of dashboard items to add.

See Also