DashboardBuilder.ResizeByTimer(Boolean) Method
Specifies whether to redraw the Web Dashboard control when the size of a container is changed.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.1.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
resizeByTimer | Boolean | true, to redraw the Web Dashboard when the size of the a container is changed; otherwise, false. |
Returns
Type | Description |
---|---|
DashboardBuilder | A reference to this instance after the operation has completed. |
Remarks
The Web Dashboard control redraws itself when the size of its parent container is changed. You can set the ResizeByTimer option to false to disable automatic redrawing.
See Also