Back to Devexpress

ASPxDashboard.AllowInspectAggregatedData Property

dashboard-devexpress-dot-dashboardweb-dot-aspxdashboard-f3c1c3d8.md

latest2.3 KB
Original Source

ASPxDashboard.AllowInspectAggregatedData Property

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

Namespace : DevExpress.DashboardWeb

Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

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 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 ASP.NET Web Forms Dashboard Control.

See Also

ASPxDashboard Class

ASPxDashboard Members

DevExpress.DashboardWeb Namespace