WebDashboardActionsController.ShowDashboardInSeparateTabAction Property
In This Article
Gets the ShowDashboardInSeparateTab Action which opens the current dashboard in a new browser tab.
Namespace: DevExpress.ExpressApp.Dashboards.Web
Assembly: DevExpress.ExpressApp.Dashboards.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Dashboards.Web
#Declaration
public SimpleAction ShowDashboardInSeparateTabAction { get; }
#Property Value
Type | Description |
---|---|
Simple |
A Simple |
#Remarks
The following image demonstrates the ShowDashboardInSeparateTab Action.
This Action is inactive if the WebApplication.EnableMultipleBrowserTabsSupport property is set to false.
See Also