Skip to main content
All docs
V25.1
  • DxDataInspector.AllowInspectRawData Property

    Specifies whether to display raw data in the Data Inspector.

    Namespace: DevExpress.DashboardBlazor

    Assembly: DevExpress.Dashboard.v25.1.Blazor.dll

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

    [Parameter]
    public bool AllowInspectRawData { get; set; }

    Property Value

    Type Description
    Boolean

    true to display raw data in the Data Inspector; otherwise, false.

    Remarks

    Set the AllowInspectAggregatedData property to true to display aggregated data in the Data Inspector.

    See Also