DxDashboard.ResizeByTimer Property
In This Article
Specifies whether to redraw the Dashboard component when the size of its container changes.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.2.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to redraw the Dashboard component when the size of its container changes; otherwise, false. |
#Remarks
The Dashboard component is redrawn when the size of its parent container changes. You can set the ResizeByTimer
property to false to disable automatic redrawing.
See Also