Back to Devexpress

MobileLayoutMode Type

dashboard-js-devexpress-dot-dashboard-bb41befc.md

latest770 B
Original Source

MobileLayoutMode Type

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

Declaration

ts
export type MobileLayoutMode = "Always" | "Auto" | "Never"

Members

NameDescription
"Always"

A mobile layout is used both for mobile phones and desktop applications.

| | "Auto" |

A mobile layout is enabled automatically when the Web Dashboard is used on the mobile phones.

| | "Never" |

A desktop layout is used both for mobile phones and desktop applications.

|

Remarks

Note

The Web Dashboard supports a mobile layout when it operates in the Viewer and ViewerOnly modes.