Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxDashboard.ResizeByTimer Property

Specifies whether to redraw the Dashboard component when the size of its container changes.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public bool ResizeByTimer { get; set; }

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