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

BuilderFactoryExtension.Dashboard(BuilderFactory, String) 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,
    string name
)

Parameters

Name Type Description
factory BuilderFactory

The BuilderFactory instance that this method extends.

name String

An identifier for the element representing the Web Dashboard on the page.

Returns

Type Description
DashboardBuilder

The object required to build the Web Dashboard.

See Also