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

ASPxDashboardViewer.RedrawOnResize Property

Gets or sets a value indicating whether the ASPxDashboardViewer redraws itself when the browser window is resized.

Namespace: DevExpress.DashboardWeb

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if the ASPxDashboardViewer redraws itself when the browser window is resized; otherwise, false.

Remarks

If full-screen mode is applied to the ASPxDashboardViewer, the RedrawOnResize property is always true.

See Also