DashboardsModule.DashboardDataType Property
Specifies the dashboard data type used by the Dashboards Module.
Namespace: DevExpress.ExpressApp.Dashboards
Assembly: DevExpress.ExpressApp.Dashboards.v24.1.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.
You can specify the DashboardDataType property value in the Application Designer.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DashboardDataType property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.