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

DashboardControlBase.AllowInspectAggregatedData Property

Gets or sets whether to display aggregated data in the Data Inspector.

Namespace: DevExpress.DashboardWpf

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

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.

When both properties are true, each dashboard item caption contains the “Inspect Data” button. Click the button to invoke the Data Inspector window that contains two grids with raw and aggregated data. The window caption displays the dashboard item caption text.

When only one property is true, the window contains a single grid with raw or aggregated data, depending on what property is switched on. The window caption displays the dashboard item caption text and the inspected item type (raw or aggregated) in parentheses.

See Also