Skip to main content
All docs
V23.2

DxMobileLayout.Unregister Property

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

Namespace: DevExpress.DashboardBlazor

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