Skip to main content

InspectedType Enum

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#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