BuilderFactoryExtension.Dashboard(BuilderFactory, String) Method
In This Article
The BuilderFactoryExtension class’ extension method required to create a Dashboard Control Builder.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
#Declaration
public static DashboardBuilder Dashboard(
this BuilderFactory factory,
string name
)
#Parameters
Name | Type | Description |
---|---|---|
factory | Builder |
The Builder |
name | String | An identifier for the element representing the Web Dashboard on the page. |
#Returns
Type | Description |
---|---|
Dashboard |
The object required to build the Web Dashboard. |
See Also