Adds the specified dashboard items to the tab page.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v18.2.Core.dll
public void AddRange(
params DashboardItem[] items
)
Public Sub AddRange(
ParamArray items As DashboardItem()
)
Type | Name | Description |
---|---|---|
DashboardItem[] | items | An array of dashboard items to add. |