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

WebDashboardActionsController.ShowDashboardInSeparateTabAction Property

Gets the ShowDashboardInSeparateTab Action which opens the current dashboard in a new browser tab.

Namespace: DevExpress.ExpressApp.Dashboards.Web

Assembly: DevExpress.ExpressApp.Dashboards.Web.v18.2.dll

Declaration

public SimpleAction ShowDashboardInSeparateTabAction { get; }

Property Value

Type Description
SimpleAction

A SimpleAction object.

Remarks

The following image demonstrates the ShowDashboardInSeparateTab Action.

ShowDashboardInSeparateTabAction

This Action is inactive if the WebApplication.EnableMultipleBrowserTabsSupport property is set to false.

See Also