Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxDashboard.DashboardIdChanged Event

Fires after the dashboard identifier is changed.

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public EventCallback<string> DashboardIdChanged { get; set; }

Parameters

Type Description
String

A string that is a new value of the DashboardId property.

See Also