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

MobileLayoutMode Enum

Lists values that specify a mobile layout mode for the Web Dashboard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.dll

Declaration

public enum MobileLayoutMode

Members

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.

Related API Members

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