Back to Devexpress

InspectedType Enum

dashboard-devexpress-dot-dashboardcommon-5946afa8.md

latest1.5 KB
Original Source

InspectedType Enum

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum InspectedType
vb
Public Enum InspectedType

Members

NameDescription
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

Data Inspector

DevExpress.DashboardCommon Namespace