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

DashboardBuilder.ClientInstanceName(String) Method

Specifies a Web Dashboard’s client instance name.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardBuilder ClientInstanceName(
    string clientInstanceName
)

Parameters

Name Type Description
clientInstanceName String

A String that is a Web Dashboard’s client instance name.

Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

See Also