DashboardBuilder.Width(Int32) Method
In This Article
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 |
---|---|
Dashboard |
A reference to this instance after the operation has completed. |
See Also