Dashboard.RebuildLayout(Int32, Int32) Method
In This Article
Updates the dashboard layout tree according to the current dashboard object model with the specified width and height.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
client |
Int32 | An integer value that specifies the client width of the dashboard. |
client |
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