Skip to main content

MobileLayoutMode Enum

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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.

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