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

DashboardController Class

A dashboard controller that handles interactions between client and server sides.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v19.1.AspNetCore.dll

Declaration

[TypeFilter(typeof(DashboardExceptionFilter), Order = -1)]
public class DashboardController :
    Controller

Inheritance

See Also