Skip to main content
All docs
V25.1
  • DxDashboard Class

    A Dashboard component.

    Namespace: DevExpress.DashboardBlazor

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

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

    public class DxDashboard :
        ComponentBase,
        IAsyncDisposable,
        IDisposable,
        IJSControlCallbacks

    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:

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

    You can use the following nested components in DxDashboard:

    Inheritance

    See Also