Back to Devexpress

MobileLayoutMode Enum

corelibraries-devexpress-dot-dashboardweb-65af0865.md

latest2.1 KB
Original Source

MobileLayoutMode Enum

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

Declaration

csharp
public enum MobileLayoutMode
vb
Public Enum MobileLayoutMode

Members

NameDescription
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:

Remarks

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

DevExpress.DashboardWeb Namespace