DashboardsModule.DashboardDataType Property
Specifies the dashboard data type used by the Dashboards Module.
Namespace: DevExpress.ExpressApp.Dashboards
Assembly: DevExpress.ExpressApp.Dashboards.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Dashboards
Declaration
Property Value
| Type | Description |
|---|---|
| Type | A Type object specifying the report data type used by the Dashboards Module. |
Remarks
Use this property to specify a custom dashboard data type to be used by the Dashboards Module. To implement a custom dashboard data type supported by the DashboardsModule module, implement the IDashboardData interface.
See Also