PivotDashboardItem.Values Property
In This Article
Gets the collection of measures that provide data used to calculate cell values in the current PivotDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public MeasureCollection Values { get; }
#Property Value
Type | Description |
---|---|
Measure |
A collection of Measure objects that provide data used to calculate cell values in the current Pivot |
#Remarks
In the WinForms Designer and Web Dashboard, these dimensions are shown in the Values section within the DATA ITEMS pane.
See Also