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

DxDashboardExport.Unregister Property

Specifies whether to unregister the DashboardExportExtension to remove its functionality from the Web Dashboard.

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public bool Unregister { get; set; }

Property Value

Type Description
Boolean

true to unregister the extension; otherwise, false.

See Also