Skip to main content

DashboardBuilder(IHtmlHelper) Constructor

Initializes a new instance of the DashboardBuilder class with a default control’s name.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardBuilder(
    IHtmlHelper htmlHelper
)

Parameters

Name Type Description
htmlHelper IHtmlHelper

A IHtmlHelper object that is an html helper.

See Also