Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DashboardDataProvider.AttachViewService(IServiceContainer, IDashboardData) Method

Namespace: DevExpress.ExpressApp.Dashboards

Assembly: DevExpress.ExpressApp.Dashboards.v21.2.dll

Declaration

public IObjectDataSourceCustomFillService AttachViewService(
    IServiceContainer serviceContainer,
    IDashboardData dashboardData
)

Parameters

Name Type
serviceContainer IServiceContainer
dashboardData IDashboardData

Returns

Type
IObjectDataSourceCustomFillService
See Also