corelibraries-devexpress-dot-dashboardweb-65af0865.md
Lists values that specify a mobile layout mode for the Web Dashboard.
Namespace : DevExpress.DashboardWeb
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public enum MobileLayoutMode
Public Enum MobileLayoutMode
| Name | Description |
|---|---|
Auto |
A mobile layout is enabled automatically when the Web Dashboard is used on the mobile phones.
|
| Always |
A mobile layout is used both for mobile phones and desktop applications.
|
| Never |
A desktop layout is used both for mobile phones and desktop applications.
|
The following properties accept/return MobileLayoutMode values:
Values listed by this enumeration are used to set the ASPxDashboard.MobileLayoutEnabled / DashboardExtensionSettings.MobileLayoutEnabled / DashboardMobileLayoutOptionBuilder.MobileLayoutEnabled properties.
Note
The Web Dashboard supports a mobile layout when it operates in the Viewer and ViewerOnly modes.
See Also