DashboardBuilder.InitialDashboardId(String) Method
In This Article
Specifies the identifier of the dashboard to be loaded to the Web Dashboard.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public DashboardBuilder InitialDashboardId(
string initialDashboardId
)
#Parameters
Name | Type | Description |
---|---|---|
initial |
String | A String value that specifies the dashboard identifier. |
#Returns
Type | Description |
---|---|
Dashboard |
A reference to this instance after the operation has completed. |
See Also