Back to Devexpress

DashboardBuilder.ResizeByTimer(Boolean) Method

dashboard-devexpress-dot-dashboardaspnetcore-dot-dashboardbuilder-dot-resizebytimer-x28-system-dot-boolean-x29.md

latest1.7 KB
Original Source

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.v25.2.AspNetCore.dll

NuGet Package : DevExpress.AspNetCore.Dashboard

Declaration

csharp
public DashboardBuilder ResizeByTimer(
    bool resizeByTimer
)
vb
Public Function ResizeByTimer(
    resizeByTimer As Boolean
) As DashboardBuilder

Parameters

NameTypeDescription
resizeByTimerBoolean

true , to redraw the Web Dashboard when the size of the a container is changed; otherwise, false.

|

Returns

TypeDescription
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

DashboardBuilder Class

DashboardBuilder Members

DevExpress.DashboardAspNetCore Namespace