Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

DashboardDataProvider Class

The data provider used by the Dashboards Module.

Namespace: DevExpress.ExpressApp.Dashboards

Assembly: DevExpress.ExpressApp.Dashboards.v19.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