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.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards
Declaration
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