DashboardDataProvider Class
The data provider used by the Dashboards Module.
Namespace: DevExpress.ExpressApp.Dashboards
Assembly: DevExpress.ExpressApp.Dashboards.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards
Declaration
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.
Inheritance
Object
DashboardDataProvider
See Also