Skip to main content
A newer version of this page is available. .

DashboardBuilder.ResizeByTimer(Boolean) Method

Specifies whether to redraw the Web Dashboard control automatically when the size of a container changes.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v18.2.AspNetCore.dll

Declaration

public DashboardBuilder ResizeByTimer(
    bool resizeByTimer
)

Parameters

Name Type Description
resizeByTimer Boolean

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

Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

Remarks

By default, the Web Dashboard control redraws itself automatically when the size of its parent container changes. You can set the ResizeByTimer option to false to disable automatic redrawing.

See Also