DashboardBuilder.Width(String) Method
Gets or sets the Web Dashboard control’s width.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v25.1.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
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