Skip to main content

DashboardBuilder.InitialDashboardId(String) Method

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

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v24.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