Skip to main content
A newer version of this page is available. .

ASPxClientDashboardViewer Class

A client-side equivalent of the ASPxDashboardViewer control.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public class ASPxClientDashboardViewer :
    ASPxClientControl

The following members return ASPxClientDashboardViewer objects:

Remarks

The ASPxClientDashboardViewer object serves as a client-side equivalent of the ASPxDashboardViewer control, and implements functionality that allows you to perform interactivity actions on the dashboard, export the content of the dashboard, reload data in data sources, etc.

To learn how to use a client-side API of the ASPxDashboardViewer, see Client-Side Functionality.

Note

The ASPxClientDashboard class is a client-side equivalent of the ASPxDashboard control.

Inheritance

Object
DevExpress.Web.Scripts.JavaScriptObject
DevExpress.Web.Scripts.ASPxClientControlBase
DevExpress.Web.Scripts.ASPxClientControl
ASPxClientDashboardViewer
See Also