Skip to main content
All docs
V25.2
  • DxDashboardExport.Unregister Property

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

    Namespace: DevExpress.DashboardBlazor

    Assembly: DevExpress.Dashboard.v25.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