Skip to main content
All docs
V26.1
  • DxMobileLayout.Unregister Property

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

    Namespace: DevExpress.DashboardBlazor

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

    Declaration

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

    Property Value

    Type Description
    Boolean

    true to unregister the extension; otherwise, false.

    See Also