DashboardMobileLayoutOptionBuilder.MobileLayoutEnabled(Nullable<MobileLayoutMode>) Method
In This Article
specifies the mobile layout mode for the Web Dashboard.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public DashboardMobileLayoutOptionBuilder MobileLayoutEnabled(
MobileLayoutMode? mode
)
#Parameters
Name | Type | Description |
---|---|---|
mode | Nullable<Mobile |
A Mobile |
#Returns
Type | Description |
---|---|
Dashboard |
A reference to this instance after the operation is completed. |
#Remarks
The MobileLayoutEnabled method has effect only when the Web Dashboard operates in the Viewer / ViewerOnly modes.
To learn more about the mobile layout, see Mobile Layout in ASP.NET Core.
See Also