Back to Devexpress

DxDashboard.ResizeByTimer Property

dashboard-devexpress-dot-dashboardblazor-dot-dxdashboard-7d0addfe.md

latest1.3 KB
Original Source

DxDashboard.ResizeByTimer Property

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

Namespace : DevExpress.DashboardBlazor

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

NuGet Package : DevExpress.Blazor.Dashboard

Declaration

csharp
[Parameter]
public bool ResizeByTimer { get; set; }
vb
<Parameter>
Public Property ResizeByTimer As Boolean

Property Value

TypeDescription
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

DxDashboard Class

DxDashboard Members

DevExpress.DashboardBlazor Namespace