Skip to main content
All docs
V25.1
  • InspectedType Enum

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

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.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