dashboard-devexpress-dot-dashboardblazor.md
A Dashboard component.
Namespace : DevExpress.DashboardBlazor
Assembly : DevExpress.Dashboard.v25.2.Blazor.dll
NuGet Package : DevExpress.Blazor.Dashboard
public class DxDashboard :
ComponentBase,
IAsyncDisposable,
IDisposable,
IJSControlCallbacks
Public Class DxDashboard
Inherits ComponentBase
Implements IAsyncDisposable,
IDisposable,
IJSControlCallbacks
The following members return DxDashboard objects:
The <DxDashboard> component renders the Web Dashboard that allows you to create and view dashboards on web and mobile devices.
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:
Object ComponentBase DxDashboard
See Also