Skip to main content
All docs
V25.1
  • DxDashboard.ResizeByTimer Property

    Specifies whether to redraw the Dashboard component when the size of its container changes.

    Namespace: DevExpress.DashboardBlazor

    Assembly: DevExpress.Dashboard.v25.1.Blazor.dll

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

    [Parameter]
    public bool ResizeByTimer { get; set; }

    Property Value

    Type Description
    Boolean

    true to redraw the Dashboard component when the size of its container changes; otherwise, false.

    Remarks

    The Dashboard component is redrawn when the size of its parent container changes. You can set the ResizeByTimer property to false to disable automatic redrawing.

    See Also