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

Dashboard.RebuildLayout(Int32, Int32) Method

Updates the dashboard layout tree according to the current dashboard object model with the specified width and height.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public void RebuildLayout(
    int clientWidth,
    int clientHeight
)

Parameters

Name Type Description
clientWidth Int32

An integer value that specifies the client width of the dashboard.

clientHeight Int32

An integer value that specifies the client height of the dashboard.

Remarks

Use the Dashboard.LayoutRoot property to access the root dashboard layout group.

See Also