Skip to main content
A newer version of this page is available. .

ASPxDashboard.LimitVisibleDataMode Property

Gets or sets a data limitation mode that allows you to display a reduced form of visible data.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

[DefaultValue(LimitVisibleDataMode.Designer)]
public LimitVisibleDataMode LimitVisibleDataMode { get; set; }

Property Value

Type Default Description
LimitVisibleDataMode **Designer**

A LimitVisibleDataMode value that is a data limitation mode.

Remarks

Data reduction is used to accelerate the rendering of visual elements and to improve the Web Dashboard performance. First, the Web Dashboard control obtains the underlying data and performs all required calculations. After that, if the Web Dashboard needs a lot of time to render the content, visible data will be limited.

See Also