DashboardViewer.AllowInspectRawData Property
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v19.2.Win.dll
Declaration
[DefaultValue(false)]
public bool AllowInspectRawData { get; set; }
<DefaultValue(False)>
Public Property AllowInspectRawData As Boolean
Property Value
Type |
Default |
Description |
Boolean |
false
|
true, to display raw data in the Data Inspector; otherwise, false.
|
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.
See Also