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

ASPxClientDashboardViewer.GetWidth() Method

Returns the dashboard width.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public int GetWidth()

Returns

Type Description
Int32

An integer value that represents the dashboard width.

Remarks

To obtain the dashboard height, use the ASPxClientDashboardViewer.GetHeight method.

See Also