Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

DashboardsModule.DashboardDataType Property

Specifies the dashboard data type used by the Dashboards Module.

Namespace: DevExpress.ExpressApp.Dashboards

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

NuGet Package: DevExpress.ExpressApp.Dashboards

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