Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V17.2
  • 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

    public void unregisterExtension(
        string extensionName
    )

    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