InspectedType Enum
Lists values used to identify the data type in the Data Inspector.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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