dashboard-devexpress-dot-dashboardweb-dot-mvc-d7f356f8.md
An ASP.NET MVC equivalent of the ASPxDashboard control.
Namespace : DevExpress.DashboardWeb.Mvc
Assembly : DevExpress.Dashboard.v25.2.Web.Mvc5.dll
NuGet Package : DevExpress.Web.Mvc5.Dashboard
public class MVCxDashboard :
ASPxDashboard
Public Class MVCxDashboard
Inherits ASPxDashboard
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.
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxWebClientUIControl ASPxDashboard MVCxDashboard
See Also