BlazorDashboardStorage(Lazy<IObjectSpaceProvider>, Type) Constructor
In This Article
OBSOLETE
This Constructor is obsolete now.
Initializes a new instance of the BlazorDashboardStorage class with specified settings.
Namespace: DevExpress.ExpressApp.Dashboards.Blazor.Services
Assembly: DevExpress.ExpressApp.Dashboards.Blazor.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Dashboards.Blazor
#Declaration
[Browsable(false)]
[Obsolete]
public BlazorDashboardStorage(
Lazy<IObjectSpaceProvider> objectSpaceProvider,
Type dashboardDataType
)
#Parameters
Name | Type |
---|---|
object |
Lazy<IObject |
dashboard |
Type |
See Also