Skip to main content
.NET 6.0+

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

Declaration

public static bool ActivateDashboardController(
    Controller controller
)

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