Skip to main content
All docs
V18.2

ASPxClientDashboardViewer.SetSize(Int32, Int32) Method

Specifies the dashboard size.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void SetSize(
    int width,
    int height
)

Parameters

Name Type Description
width Int32

An integer value that specifies the dashboard width.

height Int32

An integer value that specifies the dashboard height.

Remarks

To set the dashboard width and height individually, use the ASPxClientDashboardViewer.SetWidth and ASPxClientDashboardViewer.SetHeight methods respectively.

See Also