Back to Devexpress

DashboardBuilder.Width(String) Method

dashboard-devexpress-dot-dashboardaspnetcore-dot-dashboardbuilder-dot-width-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

DashboardBuilder.Width(String) Method

Gets or sets the Web Dashboard control’s width.

Namespace : DevExpress.DashboardAspNetCore

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

NuGet Package : DevExpress.AspNetCore.Dashboard

Declaration

csharp
public DashboardBuilder Width(
    string width
)
vb
Public Function Width(
    width As String
) As DashboardBuilder

Parameters

NameTypeDescription
widthString

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

|

Returns

TypeDescription
DashboardBuilder

A reference to this instance after the operation has completed.

|

See Also

DashboardBuilder Class

DashboardBuilder Members

DevExpress.DashboardAspNetCore Namespace