DashboardExporter.ConfigureItemDataCalculation Event
In This Article
Allows you to configure how the dashboard item’s client data is calculated.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.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 |
---|
Calculate |
Item |
See Also