Back to Devexpress

DashboardViewer.AllowInspectRawData Property

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-cd58a30d.md

latest2.3 KB
Original Source

DashboardViewer.AllowInspectRawData Property

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[DefaultValue(false)]
public bool AllowInspectRawData { get; set; }
vb
<DefaultValue(False)>
Public Property AllowInspectRawData As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 only one property is set to true, the window contains a single grid with raw or aggregated data, depending on what property is enabled. The window caption displays the dashboard item caption text and the inspected item type (raw or aggregated) in parentheses.

When both properties are set to true, the window contains two grids with raw and aggregated data and allows a user to switch between them. The window caption displays the dashboard item caption text.

For more information on Data Inspector, refer to the following article: Manage Data Inspector in the WinForms Viewer.

Implements

AllowInspectRawData

See Also

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace