BuilderFactoryExtension.Dashboard(BuilderFactory, String) Method
The BuilderFactoryExtension class’ extension method required to create a Dashboard Control Builder.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.Dashboard.v24.1.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
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