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

InspectedType Enum

Lists values used to identify the data type in the Data Inspector.

Namespace: DevExpress.DashboardCommon

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

Declaration

public enum InspectedType

Members

Name Description
Aggregated

Identifies aggregated data.

Raw

Identifies raw data.

Remarks

Values listed in this enumeration are used in the DashboardViewer.ShowDataInspector, DashboardDesigner.ShowDataInspector, and DashboardControl.ShowDataInspector methods.

See Also