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.v19.1.AspNetCore.dll

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