Skip to main content
.NET 6.0+

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.v23.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