Skip to main content

ASPxDashboard.ResizeByTimer Property

Gets or sets whether to redraw the Web Dashboard control when the size of a container is changed.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

[DefaultValue(true)]
public bool ResizeByTimer { get; set; }

Property Value

Type Default Description
Boolean true

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

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