Skip to main content

DashboardBuilder.Width(Int32) Method

Gets or sets the Web Dashboard control’s width.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

#Declaration

public DashboardBuilder Width(
    int width
)

#Parameters

Name Type Description
width Int32

The Web Dashboard control’s width in pixels.

#Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

See Also