Skip to main content
A newer version of this page is available. .

ASPxClientDashboardViewer.SetWidth(Int32) Method

Specifies the dashboard width.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public void SetWidth(
    int width
)

Parameters

Name Type Description
width Int32

An integer value that specifies the dashboard width.

Remarks

To set the dashboard width and height simultaneously, use the ASPxClientDashboardViewer.SetSize method.

See Also