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.v20.2.dll
Declaration
public static bool ActivateDashboardController(
Controller controller
)
Public Shared Function ActivateDashboardController(
controller As Controller
) As Boolean
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
Feedback