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

BuilderFactoryExtension.Dashboard(BuilderFactory) Method

The BuilderFactoryExtension class’ extension method required to create a Dashboard Control Builder.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.Dashboard.v20.2.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public static DashboardBuilder Dashboard(
    this BuilderFactory factory
)

Parameters

Name Type Description
factory BuilderFactory

The BuilderFactory instance that this method extends.

Returns

Type Description
DashboardBuilder

The object required to build the Web Dashboard.

See Also