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

    A client-side part of the Web Dashboard.

    Namespace: DevExpress.Dashboard

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

    Declaration

    public class DashboardControl

    The following members accept/return DashboardControl objects:

    Remarks

    For the ASP.NET Dashboard control and ASP.NET MVC Dashboard Extension, you can access the DashboardControl instance when handling the ASPxClientDashboard.BeforeRender event. To do this, call the ASPxClientDashboard.GetDashboardControl method.

    After you get access to the Web Dashboard, you can configure the JavaScript extensions - separate JS modules / classes that allow you to customize and provide certain functionality to the control. To learn more about extensions, see Working with Extensions.

    Inheritance

    Object
    DashboardControl
    See Also