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

ASPxClientDashboardViewer.GetHeight() Method

Returns the dashboard height.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public int GetHeight()

Returns

Type Description
Int32

An integer value that represents the dashboard height.

Remarks

To obtain the dashboard width, use the ASPxClientDashboardViewer.GetWidth method.

See Also