Skip to main content
A newer version of this page is available. .

TextBoxDashboardItem.Values Property

Gets the collection of measures that provide data used to calculate values displayed in the current TextBoxDashboardItem.

Namespace: DevExpress.DashboardCommon

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

Declaration

public MeasureCollection Values { get; }

Property Value

Type Description
MeasureCollection

A collection of Measure objects that provide data used to calculate values displayed in the current TextBoxDashboardItem.

Remarks

To learn more, see Providing Data.

See Also