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

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

    Namespace: DevExpress.DashboardCommon

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