Skip to main content
All docs
V18.2

DashboardViewerSettings.RedrawOnResize Property

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

Namespace: DevExpress.DashboardWeb.Mvc

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

Declaration

public bool RedrawOnResize { get; set; }

Property Value

Type Description
Boolean

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

Remarks

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

See Also