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

    Allows you to get access to the extension.

    Namespace: DevExpress.Dashboard

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

    Declaration

    public IExtension findExtension(
        string extensionName
    )

    Parameters

    Name Type Description
    extensionName String

    A string value that is the dashboard extension name.

    Returns

    Type Description
    IExtension

    An IExtension object that is a dashboard extension.

    Remarks

    Use the IExtension.name property to get an extension name.

    See Also