Back to Devexpress

DxDashboard Class

dashboard-devexpress-dot-dashboardblazor.md

latest2.5 KB
Original Source

DxDashboard Class

A Dashboard component.

Namespace : DevExpress.DashboardBlazor

Assembly : DevExpress.Dashboard.v25.2.Blazor.dll

NuGet Package : DevExpress.Blazor.Dashboard

Declaration

csharp
public class DxDashboard :
    ComponentBase,
    IAsyncDisposable,
    IDisposable,
    IJSControlCallbacks
vb
Public Class DxDashboard
    Inherits ComponentBase
    Implements IAsyncDisposable,
               IDisposable,
               IJSControlCallbacks

The following members return DxDashboard objects:

Remarks

The <DxDashboard> component renders the Web Dashboard that allows you to create and view dashboards on web and mobile devices.

Run Demo

Get started here:

The following code shows how to add the Web Dashboard to a Blazor application:

razor
<DxDashboard style="height: 800px" Endpoint="api/dashboard" WorkingMode="@WorkingMode.Designer">
</DxDashboard>

You can use the following nested components in DxDashboard:

Inheritance

Object ComponentBase DxDashboard

See Also

DxDashboard Members

DevExpress.DashboardBlazor Namespace