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

DashboardViewer.AllowInspectRawData Property

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

Namespace: DevExpress.DashboardWin

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

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

Declaration

[DefaultValue(false)]
public bool AllowInspectRawData { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Remarks

Set the AllowInspectAggregatedData property to true to display aggregated 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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AllowInspectRawData property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also