Skip to main content

MvcDashboardFactory.Dashboard(ExtensionsFactory, Action<DashboardExtensionSettings>) Method

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 ExtensionsFactory

An ExtensionsFactory object

method Action<DashboardExtensionSettings>

A delegate method that accepts DashboardExtensionSettings as a parameter.

#Returns

Type Description
DashboardExtension

A DashboardExtension object implementing the Web Dashboard functionality.

See Also