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.v23.1.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
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