Skip to main content
.NET 6.0+

DashboardsModule.DataProvider Property

Specifies the data provider used by the Dashboards Module.

Namespace: DevExpress.ExpressApp.Dashboards

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

Declaration

public static DashboardDataProvider DataProvider { get; set; }

Property Value

Type Description
DashboardDataProvider

A DashboardDataProvider object that provides data for dashboards.

See Also