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

ASPxClientDashboardViewer.SetHeight(Int32) Method

Specifies the dashboard height.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void SetHeight(
    int height
)

Parameters

Name Type Description
height Int32

An integer value that specifies the dashboard height.

Remarks

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

See Also