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

DashboardBuilder.InitialDashboardId(String) Method

Specifies the identifier of the dashboard to be loaded to the Web Dashboard.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v23.1.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardBuilder InitialDashboardId(
    string initialDashboardId
)

Parameters

Name Type Description
initialDashboardId String

A String value that specifies the dashboard identifier.

Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

See Also