Skip to main content

DashboardExtensionSettings.ResizeByTimer Property

Specifies whether to redraw the Web Dashboard automatically when the size of a container is changed.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v23.2.Web.Mvc5.dll

NuGet Package: DevExpress.Web.Mvc5.Dashboard

Declaration

public bool ResizeByTimer { get; set; }

Property Value

Type Description
Boolean

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

Remarks

The Web Dashboard 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