MobileLayoutExtensionOptions Interface
Provides options for configuring the MobileLayoutExtension.
Declaration
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
mobileLayoutEnabled?: MobileLayoutMode
Property Value
Type | Description |
---|---|
MobileLayoutMode | A MobileLayoutMode object that specifies the mobile layout mode. |
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.