DashboardControl.unregisterExtension(String) Method
Allows you to unregister a dashboard extension to disable its functionality in the Web Dashboard.
Namespace: DevExpress.Dashboard
Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| extensionName | String | A string value that is a dashboard extension name. |
Remarks
Use the IExtension.name property to get a dashboard extension name.
See Also