MvcDashboardFactory.Dashboard(ExtensionsFactory, Action<DashboardExtensionSettings>) Method
In This Article
Creates a Web Dashboard.
Namespace: DevExpress.DashboardWeb.Mvc
Assembly: DevExpress.Dashboard.v24.2.Web.Mvc5.dll
NuGet Package: DevExpress.Web.Mvc5.Dashboard
#Declaration
public static DashboardExtension Dashboard(
this ExtensionsFactory factory,
Action<DashboardExtensionSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
factory | Extensions |
An Extensions |
method | Action<Dashboard |
A delegate method that accepts Dashboard |
#Returns
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also