DashboardExtensionSettings.ResizeByTimer Property
In This Article
Specifies whether to redraw the Web Dashboard automatically when the size of a container is changed.
Namespace: DevExpress.DashboardWeb.Mvc
Assembly: DevExpress.Dashboard.v24.2.Web.Mvc5.dll
NuGet Package: DevExpress.Web.Mvc5.Dashboard
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to redraw the Dashboard |
#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