DashboardDataProvider Class
In This Article
The data provider used by the Dashboards Module.
Namespace: DevExpress.ExpressApp.Dashboards
Assembly: DevExpress.ExpressApp.Dashboards.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Dashboards
#Declaration
#Related API Members
The following members return DashboardDataProvider objects:
#Remarks
To access the default DashboardDataProvider object, use the DashboardsModule.DataProvider property. You can also inherit DashboardDataProvider to customize its default behavior.
Examples of using the DashboardDataProvider
are available in the Dashboard Performance With Large Data Sources topic.
See Also