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

DashboardBuilder.LimitVisibleDataMode(LimitVisibleDataMode) Method

Specifies a data limitation mode that allows you to display a reduced form of the visible data.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v20.2.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardBuilder LimitVisibleDataMode(
    LimitVisibleDataMode limitVisibleDataMode
)

Parameters

Name Type Description
limitVisibleDataMode LimitVisibleDataMode

The LimitVisibleDataMode enumeration value that is the data limitation mode.

Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

See Also