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