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

MVCxDashboard Class

An ASP.NET MVC equivalent of the ASPxDashboard control.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v19.1.Web.Mvc5.dll

Declaration

public class MVCxDashboard :
    ASPxDashboard

Remarks

The MVCxDashboard class renders the DashboardExtension in ASP.NET MVC applications. To properly follow the ASP.NET MVC pattern when implementing a Web Dashboard, use the DashboardExtension and DashboardExtensionSettings classes. To learn more, see Integrating the Dashboard Extension into a Project.

Note

In most scenarios, it is not required to use the MVCxDashboard class in the production code.

See Also