Back to Devexpress

DashboardDataProvider Class

expressappframework-devexpress-dot-expressapp-dot-dashboards-1d8982cf.md

latest1.8 KB
Original Source

DashboardDataProvider Class

The data provider used by the Dashboards Module.

Namespace : DevExpress.ExpressApp.Dashboards

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

NuGet Package : DevExpress.ExpressApp.Dashboards

Declaration

csharp
public class DashboardDataProvider
vb
Public Class DashboardDataProvider

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.

Inheritance

Object DashboardDataProvider

See Also

DashboardDataProvider Members

Dashboards Module

DevExpress.ExpressApp.Dashboards Namespace