Skip to main content
All docs
V18.2

MvcDashboardFactory.DashboardViewer(ExtensionsFactory, Action<DashboardViewerSettings>) Method

OBSOLETE

The DashboardViewer extension is obsolete. Use the Dashboard extension instead. See https://go.devexpress.com/migration-to-web-dashboard-control.aspx for details.

Creates a DashboardViewer.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v18.2.Web.Mvc5.dll

Declaration

[Obsolete("The DashboardViewer extension is obsolete. Use the Dashboard extension instead. See https://go.devexpress.com/migration-to-web-dashboard-control.aspx for details.")]
public static DashboardViewerExtension DashboardViewer(
    this ExtensionsFactory factory,
    Action<DashboardViewerSettings> method
)

Parameters

Name Type Description
factory ExtensionsFactory

An ExtensionsFactory object.

method Action<DashboardViewerSettings>

A delegate method that accepts DashboardViewerSettings as a parameter.

Returns

Type Description
DashboardViewerExtension

A DashboardViewerExtension object implementing the DashboardViewer functionality.

See Also