Skip to main content
.NET 6.0+

DashboardDataProvider Class

The data provider used by the Dashboards Module.

Namespace: DevExpress.ExpressApp.Dashboards

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

Declaration

public class DashboardDataProvider

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