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
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