Skip to main content
.NET 6.0+

DashboardsModule.DashboardDataType Property

Specifies the dashboard data type used by the Dashboards Module.

Namespace: DevExpress.ExpressApp.Dashboards

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

Declaration

[TypeConverter(typeof(BusinessClassTypeConverter<IDashboardData>))]
public Type DashboardDataType { get; set; }

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.

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.

See Also