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

DashboardTabPage.AddRange(DashboardItem[]) Method

Adds the specified dashboard items to the tab page.

Namespace: DevExpress.DashboardCommon

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

Declaration

public void AddRange(
    params DashboardItem[] items
)

Parameters

Name Type Description
items DashboardItem[]

An array of dashboard items to add.

See Also