Back to Devexpress

DashboardExtensionSettings.AllowInspectAggregatedData Property

dashboard-devexpress-dot-dashboardweb-dot-mvc-dot-dashboardextensionsettings-aebd5c1a.md

latest2.4 KB
Original Source

DashboardExtensionSettings.AllowInspectAggregatedData Property

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

Namespace : DevExpress.DashboardWeb.Mvc

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

NuGet Package : DevExpress.Web.Mvc5.Dashboard

Declaration

csharp
public bool AllowInspectAggregatedData { get; set; }
vb
Public Property AllowInspectAggregatedData As Boolean

Property Value

TypeDescription
Boolean

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 MVC Dashboard Extension.

See Also

DashboardExtensionSettings Class

DashboardExtensionSettings Members

DevExpress.DashboardWeb.Mvc Namespace