Skip to main content
All docs
V25.1
  • DashboardDesigner.AllowInspectAggregatedData Property

    Gets or sets whether to display aggregated data in the Data Inspector.

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    [DefaultValue(false)]
    public bool AllowInspectAggregatedData { get; set; }

    Property Value

    Type Default Description
    Boolean false

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

    Remarks

    Set the AllowInspectRawData property to true to display raw data in the Data Inspector.

    When only one property is set to true, the window contains a single grid with raw or aggregated data, depending on what property is enabled. The window caption displays the dashboard item caption text and the inspected item type (raw or aggregated) in parentheses.

    When both properties are set to true, the window contains two grids with raw and aggregated data and allows a user to switch between them. The window caption displays the dashboard item caption text.

    For more information on Data Inspector, refer to the following article: Manage Data Inspector in the WinForms Designer.

    See Also