Skip to main content

DashboardDesigner.AllowInspectRawData Property

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

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.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 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 Designer.

Implements

See Also