DashboardsModule.ActivateDashboardController(Controller) Method
Deactivates the specified Controller if the XafApplication.Modules list does not contain DashboardsModule, or the DashboardsModule.DashboardDataType property is not initialized.
Namespace: DevExpress.ExpressApp.Dashboards
Assembly: DevExpress.ExpressApp.Dashboards.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards
Declaration
Parameters
Name | Type | Description |
---|---|---|
controller | Controller | A Controller object to be activated. |
Returns
Type | Description |
---|---|
Boolean | true, if the Controller is activated; otherwise, false |
See Also