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

DxDataInspector.AllowInspectAggregatedData Property

Specifies whether to display aggregated data in the Data Inspector.

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

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

Property Value

Type Description
Boolean

true to display aggregated data in the Data Inspector; otherwise, false.

Remarks

Set the AllowInspectRawData property to true to display raw data in the Data Inspector.

See Also