Skip to main content
A newer version of this page is available. .

DashboardExtensionSettings.MobileLayoutEnabled Property

Gets or sets a mobile layout mode for the Web Dashboard.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v19.1.Web.Mvc5.dll

Declaration

public MobileLayoutMode MobileLayoutEnabled { get; set; }

Property Value

Type Description
MobileLayoutMode

A MobileLayoutMode object that specifies a mobile layout mode.

Remarks

The MobileLayoutEnabled property is in effect only when the Web Dashboard operates in the Viewer / ViewerOnly modes.

To learn more about a mobile layout, see Mobile Layout.

See Also