BuilderFactoryExtension.Dashboard(BuilderFactory) 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
)
#Parameters
Name | Type | Description |
---|---|---|
factory | Builder |
The Builder |
#Returns
Type | Description |
---|---|
Dashboard |
The object required to build the Web Dashboard. |
See Also