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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards.Web
Declaration
Property Value
Type | Description |
---|---|
SimpleAction | A SimpleAction object. |
Remarks
The following image demonstrates the ShowDashboardInSeparateTab Action.
This Action is inactive if the WebApplication.EnableMultipleBrowserTabsSupport property is set to false.
See Also