Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V17.2
  • DashboardControl.extensions Property

    Provides an access to the collection of registered dashboard extensions.

    Namespace: DevExpress.Dashboard

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

    Declaration

    public IExtension[] extensions { get; }

    Property Value

    Type Description
    IExtension[]

    An array of IExtension objects that are dashboard extensions.

    Remarks

    Use the extensions property to get a list of registered dashboard extensions that are used in the Web Dashboard control.

    See Also