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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
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