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

DashboardBuilder.Name(String) Method

Specifies the dashboard control’s name.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardBuilder Name(
    string name
)

Parameters

Name Type Description
name String

A String object that is the dashboard control’s name.

Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

See Also