Skip to main content
A newer version of this page is available. .

DataInspectorOptionBuilder.AllowInspectRawData(Boolean) Method

Specifies whether to display raw data in the Data Inspector.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v19.2.AspNetCore.dll

Declaration

public DataInspectorOptionBuilder AllowInspectRawData(
    bool allowInspectRawData
)

Parameters

Name Type Description
allowInspectRawData Boolean

true, to display raw data in the Data Inspector; otherwise, false.

Returns

Type Description
DataInspectorOptionBuilder

A reference to this instance after the operation has completed.

Remarks

Pass true as the AllowInspectAggregatedData(Boolean) method’s parameter 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