Skip to main content

DashboardBuilder.Width(String) Method

Gets or sets the Web Dashboard control’s width.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardBuilder Width(
    string width
)

Parameters

Name Type Description
width String

A String object specifying the Web Dashboard control’s width.

Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

See Also