Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V17.2
  • DashboardControl.registerExtension(IExtension) Method

    Allows you to register a dashboard extension to add its functionality to the Web Dashboard.

    Namespace: DevExpress.Dashboard

    Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll

    Declaration

    public void registerExtension(
        IExtension extension
    )

    Parameters

    Name Type Description
    extension IExtension

    An IExtension object that is a dashboard extension.

    See Also