Skip to main content
All docs
V25.1
  • DashboardExporter.ConfigureItemDataCalculation Event

    Allows you to configure how the dashboard item’s client data is calculated.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public event ConfigureItemDataCalculationEventHandler ConfigureItemDataCalculation

    Event Data

    The ConfigureItemDataCalculation event's data class is ConfigureItemDataCalculationEventArgs. The following properties provide information specific to this event:

    Property
    CalculateAllTotals
    ItemComponentName
    See Also