Back to Devexpress

MVCxDashboard Class

dashboard-devexpress-dot-dashboardweb-dot-mvc-d7f356f8.md

latest2.2 KB
Original Source

MVCxDashboard Class

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

Declaration

csharp
public class MVCxDashboard :
    ASPxDashboard
vb
Public Class MVCxDashboard
    Inherits 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.

Implements

IDashboardStateService

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxWebClientUIControl ASPxDashboard MVCxDashboard

See Also

MVCxDashboard Members

DevExpress.DashboardWeb.Mvc Namespace