Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxDashboard.LimitVisibleDataMode Property

Specifies the data limitation mode that restricts the amount of visible data.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public LimitVisibleDataMode LimitVisibleDataMode { get; set; }

Property Value

Type Description
LimitVisibleDataMode

A value that specifies the data limitation mode.

Available values:

Name Description
Designer

Visible data will be limited only in the designer mode.

DesignerAndViewer

Visible data will be limited both in the designer and viewer modes.

None

Visible data will not be reduced.

Remarks

Data reduction allows the Web Dashboard control to increase the speed at which visual elements are rendered and improve performance. First, the control obtains the underlying data and calculates displayed (visible) data. Next, the control limits displayed data if it needs a lot of time to render its content.

See Also