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

DataItem.ShowValues Property

Gets or sets whether to display summary values corresponding to the current measure.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(true)]
public bool ShowValues { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to display summary values corresponding to the current measure; otherwise, false.

Remarks

Note that the ShowValues property is in effect for the PivotDashboardItem only. To learn more about settings related to a pivot layout, see the following topics:

See Also