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.

DashboardsModule.FindDashboardDataType(XafApplication) Method

Returns the DashboardsModule.DashboardDataType value of the DashboardsModule instance added to the XafApplication.Modules list.

Namespace: DevExpress.ExpressApp.Dashboards

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

Declaration

public static Type FindDashboardDataType(
    XafApplication application
)

Parameters

Name Type Description
application XafApplication

An XafApplication object that manages the XAF application.

Returns

Type Description
Type

The type of the dashboard data used by the Dashboards Module.

See Also