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

ASPxDashboard Class

A Web Dashboard control, which allows you to create new dashboards from scratch and display them to end-users.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.1.Web.WebForms.dll

Declaration

[ToolboxTabName("DX.18.1: Data & Analytics")]
[ToolboxBitmap(typeof(ASPxDashboard), "Bitmaps256.ASPxDashboardDesigner.bmp")]
[DXDocumentationProvider("Getting Started", "#Dashboard/CustomDocument115782")]
public class ASPxDashboard :
    ASPxWebClientUIControl,
    IJSONCustomObject,
    IDataSessionConsumer,
    IEventStorageProvider,
    IDashboardStateService

The following members accept/return ASPxDashboard objects:

Remarks

The following documentation is available for the Web Dashboard control.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ASPxDashboard class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also