Skip to main content

DataItem.ShowValues Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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