MobileLayoutExtensionOptions Interface
Provides options for configuring the MobileLayoutExtension.
#Declaration
TypeScript
export interface MobileLayoutExtensionOptions
#Remarks
See the following topic for information on how to use the DashboardControl’s client-side API: Extensions Overview.
See Also
#Properties
#mobileLayoutEnabled Property
specifies the mobile layout mode for the Web Dashboard.
#Declaration
TypeScript
mobileLayoutEnabled?: MobileLayoutMode
#Property Value
Type | Description |
---|---|
Mobile |
A Mobile |
#Remarks
The mobileLayoutEnabled property is in effect only when the Web Dashboard operates in the Viewer / ViewerOnly modes.
You cannot change the mobileLayoutEnabled
property value using the DashboardControl.option method. Set this property before the control is rendered.
To learn more about the mobile layout, see Mobile Layout in ASP.NET Core.