DashboardControl.ConfigureItemDataCalculation Event
In This Article
Allows you to configure how the dashboard item’s client data is calculated.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#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 | Description |
---|---|
Calculate |
Gets or sets whether to calculate totals which are not displayed in the dashboard item. |
Item |
Gets the component name of the dashboard item. |
#Remarks
For displayed values, you can obtain hidden measures values regardless of the ConfigureItemDataCalculationEventArgs.CalculateAllTotals property’s value.
See Also