Skip to main content
All docs
V18.2

DashboardViewerSettings Class

OBSOLETE

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

Contains specific settings of the 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 class DashboardViewerSettings :
    DashboardControlSettingsBase

Example

The following example demonstrates how to load a dashboard to an MVC Dashboard Viewer at runtime.


@using(Html.BeginForm()) {
    @Html.Action("DashboardViewerPartial")
}

Inheritance

Object
SettingsBase
DevExpress.DashboardWeb.Mvc.DashboardControlSettingsBase
DashboardViewerSettings
See Also